]> git.pld-linux.org Git - packages/asc.git/blob - asc-configure.patch
- rebuild with boost 1.56.0
[packages/asc.git] / asc-configure.patch
1 --- asc-2.4.0.0/configure.in~   2009-12-20 16:34:36.000000000 +0000
2 +++ asc-2.4.0.0/configure.in    2009-12-23 12:59:21.861265419 +0000
3 @@ -134,12 +134,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.029812 seconds and 3 git commands to generate.