[network-manager-vpnc/NETWORKMANAGER_0_7] build: require NM 0.7.2 headers



commit b74d10492363ddca396be866c532c147aa4e04ff
Author: Dan Williams <dcbw redhat com>
Date:   Mon Nov 23 13:01:29 2009 -0800

    build: require NM 0.7.2 headers
    
    Not strictly necessary since it should build with any 0.7.x, but
    it appears this was forgotten for both the 0.7.1 and 0.7.2 releases.

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index ec10329..fa95b1d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -87,7 +87,7 @@ if test x"$with_gnome" != xno; then
 	AC_SUBST(GNOMEKEYRING_LIBS)
 fi
 
-PKG_CHECK_MODULES(NM_UTILS, NetworkManager >= 0.7.0 libnm-util libnm_glib libnm_glib_vpn)
+PKG_CHECK_MODULES(NM_UTILS, NetworkManager >= 0.7.2 libnm-util libnm_glib libnm_glib_vpn)
 AC_SUBST(NM_UTILS_CFLAGS)
 AC_SUBST(NM_UTILS_LIBS)
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]