[maemo-commits] [maemo-commits] r17857 - projects/haf/trunk/gvfs-1.0.3

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Fri Mar 27 21:42:34 EET 2009
Author: marivoll
Date: 2009-03-27 21:42:33 +0200 (Fri, 27 Mar 2009)
New Revision: 17857

Modified:
   projects/haf/trunk/gvfs-1.0.3/configure.ac
Log:
Don't check version of libsoup2.4, fingers crossed.


Modified: projects/haf/trunk/gvfs-1.0.3/configure.ac
===================================================================
--- projects/haf/trunk/gvfs-1.0.3/configure.ac	2009-03-27 19:21:56 UTC (rev 17856)
+++ projects/haf/trunk/gvfs-1.0.3/configure.ac	2009-03-27 19:42:33 UTC (rev 17857)
@@ -130,7 +130,7 @@
 HTTP_LIBS=
 
 if test "x$enable_http" != "xno"; then
-  PKG_CHECK_EXISTS(libsoup-2.4 >= 2.23.91, msg_http=yes)
+  PKG_CHECK_EXISTS(libsoup-2.4, msg_http=yes)
 
   if test "x$msg_http" == "xyes"; then
     PKG_CHECK_MODULES(HTTP, libsoup-2.4 libxml-2.0)


More information about the maemo-commits mailing list