gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r17025 - libmicrohttpd


From: gnunet
Subject: [GNUnet-SVN] r17025 - libmicrohttpd
Date: Mon, 26 Sep 2011 22:28:16 +0200

Author: grothoff
Date: 2011-09-26 22:28:16 +0200 (Mon, 26 Sep 2011)
New Revision: 17025

Modified:
   libmicrohttpd/configure.ac
Log:
curl check

Modified: libmicrohttpd/configure.ac
===================================================================
--- libmicrohttpd/configure.ac  2011-09-26 19:44:27 UTC (rev 17024)
+++ libmicrohttpd/configure.ac  2011-09-26 20:28:16 UTC (rev 17025)
@@ -64,7 +64,10 @@
 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
 if gcc -fno-strict-aliasing -S -o /dev/null -xc /dev/null >/dev/null 2>&1; 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]