[Spice-commits] configure.ac
Marc-André Lureau
elmarco at kemper.freedesktop.org
Tue Mar 3 06:17:47 PST 2015
configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 0f0fce59635672dd5730f475b6086af70c0a27e7
Author: Marc-André Lureau <marcandre.lureau at redhat.com>
Date: Tue Mar 3 15:16:48 2015 +0100
build-sys: fix required libsoup version for webdav support
diff --git a/configure.ac b/configure.ac
index 263f38b..cf5a039 100644
--- a/configure.ac
+++ b/configure.ac
@@ -278,7 +278,7 @@ AC_ARG_ENABLE([webdav],
if test "x$enable_webdav" = "xno"; then
have_phodav="no"
else
- PKG_CHECK_MODULES(PHODAV, [libphodav-2.0 glib-2.0 >= 2.43.90 libsoup-2.4 >= 2.49.1], [have_phodav=yes], [have_phodav=no])
+ PKG_CHECK_MODULES(PHODAV, [libphodav-2.0 glib-2.0 >= 2.43.90 libsoup-2.4 >= 2.49.91], [have_phodav=yes], [have_phodav=no])
AC_SUBST(PHODAV_CFLAGS)
AC_SUBST(PHODAV_LIBS)
More information about the Spice-commits
mailing list