[PATCH 2/3] Remove special check for gio
- From: Jens Georg <mail jensge org>
- To: gupnp-list gnome org
- Subject: [PATCH 2/3] Remove special check for gio
- Date: Sat, 18 Jun 2011 11:44:55 +0200
It's needed globally since 1353b47b8.
---
configure.ac | 6 ------
1 files changed, 0 insertions(+), 6 deletions(-)
diff --git a/configure.ac b/configure.ac
index 0149afb..e27428b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -54,12 +54,6 @@ AC_MSG_RESULT([${with_context_manager}])
AM_CONDITIONAL([USE_NETWORK_MANAGER],
[test "x$with_context_manager" = "xnetwork-manager"])
-# We need dbus-glib if NetworkManager is used
-if test "x$with_context_manager" = "xnetwork-manager"; then
- # We need gio >= 2.26 to use GDBus
- PKG_CHECK_MODULES(GIO, gio-2.0 >= 2.26)
-fi
-
# glib-genmarshal
GLIB_GENMARSHAL=`pkg-config --variable=glib_genmarshal glib-2.0`
AC_SUBST(GLIB_GENMARSHAL)
--
1.7.5.4
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]