From 37d2f0fb85f171bf77d45f161a0bd5dd88356548 Mon Sep 17 00:00:00 2001 From: Lubomir Rintel Date: Mon, 24 Aug 2015 17:10:52 +0200 Subject: properties: port to libnm --- configure.ac | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 64ff179..f1639c3 100644 --- a/configure.ac +++ b/configure.ac @@ -64,10 +64,10 @@ if test x"$with_gnome" != xno; then fi PKG_CHECK_MODULES(LIBNM_GLIB, - NetworkManager >= 0.9.2 - libnm-util >= 0.9.2 - libnm-glib >= 0.9.2 - libnm-glib-vpn >= 0.9.2) + NetworkManager >= 1.1.0 + libnm-util >= 1.1.0 + libnm-glib >= 1.1.0 + libnm-glib-vpn >= 1.1.0) PKG_CHECK_MODULES(LIBNM, libnm >= 1.1.0) LIBNM_CFLAGS="$LIBNM_CFLAGS -DNM_VERSION_MIN_REQUIRED=NM_VERSION_1_2" -- cgit v1.2.3