[gnome-control-center/gnome-3-2] build: Tell the actual required version for NM
- From: Bastien Nocera <hadess src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-control-center/gnome-3-2] build: Tell the actual required version for NM
- Date: Sat, 17 Sep 2011 20:27:05 +0000 (UTC)
commit 209395d19797c8a51e84b9addc8ea05f05ece3f0
Author: Bastien Nocera <hadess hadess net>
Date: Sat Sep 17 21:26:14 2011 +0100
build: Tell the actual required version for NM
configure.ac | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index e01a491..dc0dc20 100644
--- a/configure.ac
+++ b/configure.ac
@@ -136,7 +136,7 @@ PKG_CHECK_MODULES(NETWORK_MANAGER, NetworkManager >= $NETWORK_MANAGER_REQUIRED_V
libnm-gtk >= $NETWORK_MANAGER_REQUIRED_VERSION,
[have_networkmanager=yes], have_networkmanager=no)
if test "x$have_networkmanager" = xno ; then
- AC_MSG_WARN(*** Network panel will not be built (NetworkManager ~0.9 or newer not found) ***)
+ AC_MSG_WARN(*** Network panel will not be built (NetworkManager >= $NETWORK_MANAGER_REQUIRED_VERSION or newer not found) ***)
fi
AM_CONDITIONAL(BUILD_NETWORK, [test x$have_networkmanager = xyes])
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]