Sophie

Sophie

distrib > Mageia > 3 > i586 > media > core-release-src > by-pkgid > 6476ff0a93008e0fb7f429584d1e70d3 > files > 2

libopensync-plugin-syncml-0.22-3.mga3.src.rpm

--- configure.ac	2007-03-27 13:49:53.000000000 +0200
+++ configure.ac.new	2011-07-19 13:24:52.624857223 +0200
@@ -34,7 +34,7 @@
 AC_ARG_ENABLE(http, AC_HELP_STRING([--disable-http],[disable http support]),enable_http=$enableval, enable_http=auto)
 
 if test x$enable_http != xno; then
-	PKG_CHECK_MODULES(LIBSOUP, libsoup-2.2 >= 2.2.91, HAVE_LIBSOUP=yes, HAVE_LIBSOUP=no)
+	PKG_CHECK_MODULES(LIBSOUP, libsoup-2.4 >= 2.2.91, HAVE_LIBSOUP=yes, HAVE_LIBSOUP=no)
 	if test "x${HAVE_LIBSOUP}" = "xyes"; then
 		AC_SUBST(LIBSOUP_CFLAGS)
 		AC_SUBST(LIBSOUP_LIBS)