[network-manager-applet] build: require NM 0.8.1 for newer symbols



commit f072941658664d9b422b3307f3336ed169256468
Author: Dan Williams <dcbw redhat com>
Date:   Thu Jul 15 01:07:36 2010 -0700

    build: require NM 0.8.1 for newer symbols
    
    MAC spoofing and such.

 configure.ac |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 64d80ba..5871561 100644
--- a/configure.ac
+++ b/configure.ac
@@ -68,10 +68,10 @@ PKG_CHECK_MODULES(GOBJECT, gobject-2.0)
 PKG_CHECK_MODULES(NMA,
 		[dbus-glib-1 >= 0.74
 		 glib-2.0 >= 2.16
-		 NetworkManager >= 0.8
-		 libnm-glib >= 0.8
-		 libnm-util >= 0.8
-		 libnm-glib-vpn >= 0.8
+		 NetworkManager >= 0.8.1
+		 libnm-glib >= 0.8.1
+		 libnm-util >= 0.8.1
+		 libnm-glib-vpn >= 0.8.1
 		 gtk+-2.0 >= 2.14
 		 libglade-2.0
 		 gmodule-export-2.0



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