From: lisu Date: Wed, 23 Dec 2009 12:50:54 +0000 (+0000) Subject: - updated for 2.4.0.0 X-Git-Tag: auto/th/asc-2_4_0_0-1 X-Git-Url: http://git.pld-linux.org/?a=commitdiff_plain;h=refs%2Ftags%2Fauto%2Fth%2Fasc-2_4_0_0-1;hp=13cd9e7e617a9798e7cf8581227b81863390fcf9;p=packages%2Fasc.git - updated for 2.4.0.0 Changed files: asc-configure.patch -> 1.4 --- diff --git a/asc-configure.patch b/asc-configure.patch index 5a64296..0b68fc9 100644 --- a/asc-configure.patch +++ b/asc-configure.patch @@ -1,11 +1,11 @@ ---- 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 @@ +--- asc-2.4.0.0/configure.in~ 2009-12-20 16:34:36.000000000 +0000 ++++ asc-2.4.0.0/configure.in 2009-12-23 12:59:21.861265419 +0000 +@@ -134,12 +134,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/ )) +- LIBCURL_CHECK_CONFIG(yes,7.10.0,,AC_LIB_MISSING( curl, [http://curl.haxx.se/libcurl/] )) -else - LIBCURL="" - LIBCURL_CPPFLAGS=""