[network-manager-applet] configure.ac: minor cleanup



commit 32a3d17141fc48d744819f5638802031441af5d6
Author: Dan Winship <danw gnome org>
Date:   Mon May 13 10:45:31 2013 -0400

    configure.ac: minor cleanup
    
    We don't need to require libnm* >= 0.9.4 for bluetooth support, since
    we already require a newer version than that anyway.

 configure.ac |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 10d73a1..8c3175f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -140,8 +140,7 @@ case "${with_bluetooth}" in
                AC_MSG_CHECKING(for gnome-bluetooth)
                PKG_CHECK_MODULES(GNOME_BLUETOOTH,
                                  gnome-bluetooth-1.0 >= 2.27.6
-                                 libnm-util >= 0.9.4
-                                 libnm-glib >= 0.9.4,
+                                 libnm-util libnm-glib,
                                  have_gbt=yes, have_gbt=no)
                ;;
 esac


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