Depend on NetworkManager >= 0.5.0 because NetworkManager.h does not

Tue, 02 Sep 2008 04:42:51 +0000

author
Elliott Sales de Andrade <qulogic@pidgin.im>
date
Tue, 02 Sep 2008 04:42:51 +0000
changeset 24244
a567e5307e47
parent 24243
7c7ffeef8338
child 24245
c159dcb1f5de
child 24246
15f94676d4c7

Depend on NetworkManager >= 0.5.0 because NetworkManager.h does not
exist in older versions, and who knows what we need to do to support
that.

Fixes #6903.

configure.ac file | annotate | diff | comparison | revisions
--- a/configure.ac	Tue Sep 02 04:37:33 2008 +0000
+++ b/configure.ac	Tue Sep 02 04:42:51 2008 +0000
@@ -1251,7 +1251,7 @@
 dnl Check for NetworkManager.h; if we don't have it, oh well
 if test "x$enable_dbus" = "xyes" ; then
 	if test "x$enable_nm" = "xyes" ; then
-		PKG_CHECK_MODULES(NETWORKMANAGER, [NetworkManager], [
+		PKG_CHECK_MODULES(NETWORKMANAGER, [NetworkManager >= 0.5.0], [
 			AC_SUBST(NETWORKMANAGER_CFLAGS)
 			AC_SUBST(NETWORKMANAGER_LIBS)
 			AC_DEFINE(HAVE_NETWORKMANAGER, 1, [Define if we have NetworkManager.])

mercurial