diff options
author | Tiziano Müller <tiziano.mueller@stepping-stone.ch> | 2014-05-21 08:07:44 +0200 |
---|---|---|
committer | Marc-André Lureau <marcandre.lureau@redhat.com> | 2014-05-21 11:28:15 +0200 |
commit | 1e5c0990feb47e49a14fc6942a3c5d95a283b9c4 (patch) | |
tree | 839b727d9e2a310c689379367ad216e1c200c7b9 /configure.ac | |
parent | b637cd43daf1a6e1c8cbdd3e3a88e5626f88901c (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.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 3 |
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@:>@]), |