Author: lisu Date: Mon Dec 15 13:20:12 2008 GMT Module: SOURCES Tag: HEAD ---- Log message: - do not check for curl library (it doesn't work). add BR in spec instead
---- Files affected: SOURCES: asc-configure.patch (1.2 -> 1.3) ---- Diffs: ================================================================ Index: SOURCES/asc-configure.patch diff -u /dev/null SOURCES/asc-configure.patch:1.3 --- /dev/null Mon Dec 15 14:20:13 2008 +++ SOURCES/asc-configure.patch Mon Dec 15 14:20:06 2008 @@ -0,0 +1,15 @@ +--- asc-2.2.0.0/configure.in~ 2008-12-13 17:10:54.000000000 +0100 ++++ asc-2.2.0.0/configure.in 2008-12-15 10:51:27.000000000 +0100 +@@ -130,12 +130,6 @@ + + + AC_ARG_ENABLE( serverinterface, AS_HELP_STRING([--enable-serverinterface],[enables usage of the server interface (experimental)]), SERVERINTERFACE=1 ) +-if test "X$SERVERINTERFACE" = "X1"; then +- LIBCURL_CHECK_CONFIG(yes,7.10.0,,AC_LIB_MISSING( curl, http://curl.haxx.se/libcurl/ )) +-else +- LIBCURL="" +- LIBCURL_CPPFLAGS="" +-fi + + AM_CONDITIONAL( [CURLCLIENT], [test "X$SERVERINTERFACE" = "X1"] ) + ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/asc-configure.patch?r1=1.2&r2=1.3&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
