libmicrohttpd

HTTP/1.x server C library (MHD 1.x, stable)
Log | Files | Refs | Submodules | README | LICENSE

commit 80057ce48e29e12c4284e625c4d646e2b2042e94
parent 10117d2445996b5b7bcff08393bd07639999e32a
Author: Christian Grothoff <christian@grothoff.org>
Date:   Mon, 26 Sep 2011 20:28:16 +0000

curl check

Diffstat:
Mconfigure.ac | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/configure.ac b/configure.ac @@ -64,6 +64,9 @@ AM_PROG_CC_C_O AC_LIBTOOL_WIN32_DLL AC_PROG_LIBTOOL AC_C_BIGENDIAN +AC_CHECK_PROG(HAVE_CURL_BINARY,[curl],true,false) +AM_CONDITIONAL(HAVE_CURL_BINARY,$HAVE_CURL_BINARY) + # set GCC options # use '-fno-strict-aliasing', but only if the compiler can take it