summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorMonsta <[email protected]>2014-12-30 16:22:00 +0300
committerinfirit <[email protected]>2014-12-30 14:59:32 +0100
commit948b6d430ef5bca2c6ece1459cafc7631e7ce9c3 (patch)
treef578ac9a2557f2d150970d50048f1ddfca290d40 /configure.ac
parent746aedb7c45aabe9aacf8b29bf4b393bcd83c7a4 (diff)
downloadmate-applets-948b6d430ef5bca2c6ece1459cafc7631e7ce9c3.tar.bz2
mate-applets-948b6d430ef5bca2c6ece1459cafc7631e7ce9c3.tar.xz
configure.ac: minor fix for the summary
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 3da63c10..aed04a8a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -225,6 +225,7 @@ if test "x$with_upower" != xno; then
AC_DEFINE(HAVE_UPOWER, 1, [UPOWER available])
fi
else
+ HAVE_UPOWER="no"
AC_MSG_WARN(["upower support disabled"])
fi