summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTiziano Müller <tiziano.mueller@stepping-stone.ch>2014-05-21 08:07:44 +0200
committerMarc-André Lureau <marcandre.lureau@redhat.com>2014-05-21 11:28:15 +0200
commit1e5c0990feb47e49a14fc6942a3c5d95a283b9c4 (patch)
tree839b727d9e2a310c689379367ad216e1c200c7b9
parentb637cd43daf1a6e1c8cbdd3e3a88e5626f88901c (diff)
Do not depend on libsoup directly
The libsoup-dependency is not directly used but comes in as a dependency of phodav and phodav has libsoup correctly recorded in its pkg-config file.
-rw-r--r--configure.ac3
1 files changed, 0 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index 70ab75c..f47ee20 100644
--- a/configure.ac
+++ b/configure.ac
@@ -267,9 +267,6 @@ PKG_CHECK_MODULES(GTHREAD, gthread-2.0 > 2.0.0)
AC_SUBST(GTHREAD_CFLAGS)
AC_SUBST(GTHREAD_LIBS)
-PKG_CHECK_MODULES(SOUP, libsoup-2.4)
-AC_SUBST(SOUP_CFLAGS)
-AC_SUBST(SOUP_LIBS)
AC_ARG_ENABLE([webdav],
AS_HELP_STRING([--enable-webdav=@<:@auto/yes/no@:>@],
[Enable webdav support @<:@default=auto@:>@]),