]> git.pld-linux.org Git - packages/asc.git/commitdiff
- do not check for curl library (it doesn't work). add BR in spec instead
authorlisu <lisu@pld-linux.org>
Mon, 15 Dec 2008 13:20:06 +0000 (13:20 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    asc-configure.patch -> 1.3

asc-configure.patch [new file with mode: 0644]

diff --git a/asc-configure.patch b/asc-configure.patch
new file mode 100644 (file)
index 0000000..5a64296
--- /dev/null
@@ -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"] )
This page took 0.090133 seconds and 4 git commands to generate.