summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorinfirit <[email protected]>2014-02-06 21:59:06 +0100
committerinfirit <[email protected]>2014-02-06 21:59:06 +0100
commit49475bd800a0b9cc010761509657d7def8a1cb05 (patch)
tree1b85e9c4e43fe2dbb65e3289f692f22612d0eed0
parente4a961bed8384ea55069f8d32330ca681cd30840 (diff)
downloadmate-session-manager-49475bd800a0b9cc010761509657d7def8a1cb05.tar.bz2
mate-session-manager-49475bd800a0b9cc010761509657d7def8a1cb05.tar.xz
Fix AM_CONDITIONAL for upower
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 2464715..1d719e1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -141,7 +141,7 @@ if test "x$enable_upower" = "xyes"; then
AC_SUBST(UPOWER_CFLAGS)
AC_SUBST(UPOWER_LIBS)
fi
-AM_CONDITIONAL(HAVE_UPOWER, test "x$enable_upower" = "xyes")
+AM_CONDITIONAL(HAVE_UPOWER, test "x$has_upower" = "xyes")
AC_SUBST(HAVE_UPOWER)
dnl ====================================================================