changeset 23977:3273b22b6a7b

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.
author Elliott Sales de Andrade <qulogic@pidgin.im>
date Tue, 02 Sep 2008 04:42:51 +0000
parents f5faf254159b
children 0a4aa7df352b 48153b64d7d3
files configure.ac
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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.])