summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJens Georg <mail@jensge.org>2014-06-29 13:30:59 +0200
committerJens Georg <mail@jensge.org>2014-06-29 13:31:18 +0200
commite7a284dfa139b5b0be4944e43f75b61e39538259 (patch)
tree04ba9d4a80192b19e4f6e249f0ba46d8eeebeb9e
parent07b8f4b16ec1c8642187876b3d477b888ae3f1ea (diff)
downloadgupnp-e7a284dfa139b5b0be4944e43f75b61e39538259.tar.gz
Do not check for connman.pc
Signed-off-by: Jens Georg <mail@jensge.org> https://bugzilla.gnome.org/show_bug.cgi?id=731457
-rw-r--r--configure.ac4
1 files changed, 0 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac
index eabf7de..6e4b75e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -110,10 +110,6 @@ AM_CONDITIONAL([USE_NETWORK_MANAGER],
AM_CONDITIONAL([USE_CONNMAN],
[test "x$with_context_manager" = "xconnman"])
-if test "x$with_context_manager" = "xconnman"; then
- PKG_CHECK_MODULES(CONNMAN, connman >= 0.80)
-fi
-
USE_NETLINK=no
AS_IF([test "x$with_context_manager" = "xlinux"],
[AS_IF([test "x$HAVE_NETLINK" = "xno"],