summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorJavier Jardón <jjardon@gnome.org>2016-01-19 15:17:24 +0000
committerJavier Jardón <jjardon@gnome.org>2016-01-19 15:25:58 +0000
commit5ee2cf4ab5e04d3b716ed5280fb42fcbccab132e (patch)
treee371448edbe1599b5ab98dc3a9510b45ab69123f /configure.ac
parentce3d8ff78907e0d2c55336c20002099c486e172b (diff)
downloadgnome-settings-daemon-5ee2cf4ab5e04d3b716ed5280fb42fcbccab132e.tar.gz
configure.ac: Depend on the new NetworkManager library
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 78a63fba..3368afe6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -59,7 +59,7 @@ UPOWER_REQUIRED_VERSION=0.99.0
GSETTINGS_DESKTOP_SCHEMAS_REQUIRED_VERSION=3.15.4
GEOCODE_GLIB_REQUIRED_VERSION=3.10.0
GEOCLUE_REQUIRED_VERSION=2.1.2
-NM_REQUIRED_VERSION=0.9.9.1
+NM_REQUIRED_VERSION=1.0
EXTRA_COMPILE_WARNINGS(yes)
@@ -399,7 +399,7 @@ AC_ARG_ENABLE(network-manager,
enable_network_manager=yes)
if test "x$enable_network_manager" = "xyes" ; then
- NM_MODULE="libnm-glib >= $NM_REQUIRED_VERSION libnm-util >= $NM_REQUIRED_VERSION"
+ NM_MODULE="libnm >= $NM_REQUIRED_VERSION"
AC_DEFINE(HAVE_NETWORK_MANAGER, 1, [Defined if NetworkManager support is enabled])
else
NM_MODULE=