]> git.pld-linux.org Git - packages/asc.git/blame - asc-configure.patch
- search for "lua51", not just "lua"
[packages/asc.git] / asc-configure.patch
CommitLineData
422451d1 1--- asc-2.2.0.0/configure.in~ 2008-12-13 17:10:54.000000000 +0100
2+++ asc-2.2.0.0/configure.in 2008-12-15 10:51:27.000000000 +0100
3@@ -130,12 +130,6 @@
4
5
6 AC_ARG_ENABLE( serverinterface, AS_HELP_STRING([--enable-serverinterface],[enables usage of the server interface (experimental)]), SERVERINTERFACE=1 )
7-if test "X$SERVERINTERFACE" = "X1"; then
8- LIBCURL_CHECK_CONFIG(yes,7.10.0,,AC_LIB_MISSING( curl, http://curl.haxx.se/libcurl/ ))
9-else
10- LIBCURL=""
11- LIBCURL_CPPFLAGS=""
12-fi
13
14 AM_CONDITIONAL( [CURLCLIENT], [test "X$SERVERINTERFACE" = "X1"] )
15
This page took 0.025007 seconds and 4 git commands to generate.