[Xfce4-commits] [xfce/xfce4-power-manager] 01/01: Fix conditional check for network manager
noreply at xfce.org
noreply at xfce.org
Tue May 27 18:10:00 CEST 2014
This is an automated email from the git hooks/post-receive script.
eric pushed a commit to branch master
in repository xfce/xfce4-power-manager.
commit 55d4c6f3fa2b3fde61a474a748efde4c8c174a6f
Author: Eric Koegel <eric.koegel at gmail.com>
Date: Tue May 27 19:07:02 2014 +0300
Fix conditional check for network manager
---
configure.ac.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configure.ac.in b/configure.ac.in
index b852aa9..26d1342 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -137,7 +137,7 @@ fi
AC_ARG_ENABLE([network-manager], AS_HELP_STRING([--disable-network-manager],[Disable network manager support]),
[ac_network_manager=$enableval], [ac_network_manager=yes])
AC_MSG_CHECKING([whether to build with network manager support.])
-if test "x$ac_network_manager = xyes"; then
+if test "x$ac_network_manager" = "xyes"; then
AC_DEFINE(WITH_NETWORK_MANAGER, 1 , [Network Manager support])
fi
AC_MSG_RESULT([$ac_network_manager])
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list