gvfs r1923 - trunk



Author: gicmo
Date: Mon Sep  1 21:59:07 2008
New Revision: 1923
URL: http://svn.gnome.org/viewvc/gvfs?rev=1923&view=rev

Log:
Require libsoup >= 2.23.91


Modified:
   trunk/ChangeLog
   trunk/configure.ac

Modified: trunk/configure.ac
==============================================================================
--- trunk/configure.ac	(original)
+++ trunk/configure.ac	Mon Sep  1 21:59:07 2008
@@ -125,7 +125,7 @@
 HTTP_LIBS=
 
 if test "x$enable_http" != "xno"; then
-  PKG_CHECK_EXISTS(libsoup-2.4 >= 2.3.0, msg_http=yes)
+  PKG_CHECK_EXISTS(libsoup-2.4 >= 2.23.91, msg_http=yes)
 
   if test "x$msg_http" == "xyes"; then
     PKG_CHECK_MODULES(HTTP, libsoup-2.4 libxml-2.0)



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]