[network-manager-applet] configure.ac: libnm-util >= 0.9.9 is required



commit 4efe146000da317a595552924c42cb0b532792ee
Author: Adrian Bunk <bunk stusta de>
Date:   Sun May 12 16:30:40 2013 +0300

    configure.ac: libnm-util >= 0.9.9 is required
    
    for nm_connection_replace_settings_from_connection
    
    https://bugzilla.gnome.org/show_bug.cgi?id=700171

 configure.ac |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 1b02fc1..a129bd8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -98,10 +98,10 @@ PKG_CHECK_MODULES(GOBJECT, gobject-2.0)
 PKG_CHECK_MODULES(NMA,
                [dbus-glib-1 >= 0.74
                 gio-2.0 >= 2.32
-                NetworkManager >= 0.9.8
-                libnm-glib >= 0.9.8
-                libnm-util >= 0.9.8
-                libnm-glib-vpn >= 0.9.8
+                NetworkManager >= 0.9.9
+                libnm-glib >= 0.9.9
+                libnm-util >= 0.9.9
+                libnm-glib-vpn >= 0.9.9
                 gmodule-export-2.0])
 
 NMA_CFLAGS="$NMA_CFLAGS -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_32"


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