aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-09-26 20:28:16 +0000
committerChristian Grothoff <christian@grothoff.org>2011-09-26 20:28:16 +0000
commit80057ce48e29e12c4284e625c4d646e2b2042e94 (patch)
tree74570a261fe7425dacf6c9e7fec55729e3925d6e
parent10117d2445996b5b7bcff08393bd07639999e32a (diff)
downloadlibmicrohttpd-80057ce48e29e12c4284e625c4d646e2b2042e94.tar.gz
libmicrohttpd-80057ce48e29e12c4284e625c4d646e2b2042e94.zip
curl check
-rw-r--r--configure.ac3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 34686ca5..39853e20 100644
--- a/configure.ac
+++ b/configure.ac
@@ -64,6 +64,9 @@ AM_PROG_CC_C_O
64AC_LIBTOOL_WIN32_DLL 64AC_LIBTOOL_WIN32_DLL
65AC_PROG_LIBTOOL 65AC_PROG_LIBTOOL
66AC_C_BIGENDIAN 66AC_C_BIGENDIAN
67AC_CHECK_PROG(HAVE_CURL_BINARY,[curl],true,false)
68AM_CONDITIONAL(HAVE_CURL_BINARY,$HAVE_CURL_BINARY)
69
67 70
68# set GCC options 71# set GCC options
69# use '-fno-strict-aliasing', but only if the compiler can take it 72# use '-fno-strict-aliasing', but only if the compiler can take it