diff options
author | infirit <[email protected]> | 2014-02-06 21:59:06 +0100 |
---|---|---|
committer | infirit <[email protected]> | 2014-02-06 21:59:51 +0100 |
commit | cc1ecb20246c3916c298d67c02a46df23a62c2f4 (patch) | |
tree | a5655f0f9f0528111f105f69d5fb294e399ee9f1 | |
parent | 2a9f47827c557c32f36ef6c50827ca616db5ecea (diff) | |
download | mate-session-manager-cc1ecb20246c3916c298d67c02a46df23a62c2f4.tar.bz2 mate-session-manager-cc1ecb20246c3916c298d67c02a46df23a62c2f4.tar.xz |
Fix AM_CONDITIONAL for upower1.6
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index a9e20ef..8851ab0 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 ==================================================================== |