diff options
author | Monsta <[email protected]> | 2014-12-30 16:22:00 +0300 |
---|---|---|
committer | infirit <[email protected]> | 2014-12-30 14:59:32 +0100 |
commit | 948b6d430ef5bca2c6ece1459cafc7631e7ce9c3 (patch) | |
tree | f578ac9a2557f2d150970d50048f1ddfca290d40 | |
parent | 746aedb7c45aabe9aacf8b29bf4b393bcd83c7a4 (diff) | |
download | mate-applets-948b6d430ef5bca2c6ece1459cafc7631e7ce9c3.tar.bz2 mate-applets-948b6d430ef5bca2c6ece1459cafc7631e7ce9c3.tar.xz |
configure.ac: minor fix for the summary
-rw-r--r-- | configure.ac | 1 |
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 |