gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r8101 - in libmicrohttpd: . src/testcurl/https


From: gnunet
Subject: [GNUnet-SVN] r8101 - in libmicrohttpd: . src/testcurl/https
Date: Mon, 12 Jan 2009 13:07:37 -0700 (MST)

Author: grothoff
Date: 2009-01-12 13:07:36 -0700 (Mon, 12 Jan 2009)
New Revision: 8101

Modified:
   libmicrohttpd/configure.ac
   libmicrohttpd/src/testcurl/https/tls_daemon_options_test.c
Log:
fixing 1440

Modified: libmicrohttpd/configure.ac
===================================================================
--- libmicrohttpd/configure.ac  2009-01-12 20:02:52 UTC (rev 8100)
+++ libmicrohttpd/configure.ac  2009-01-12 20:07:36 UTC (rev 8101)
@@ -182,10 +182,10 @@
   [enable_curl=$enableval],
   [enable_curl="yes"])
 
+curl=0
 if test "$enable_curl" = "yes"
 then
   LIBCURL_CHECK_CONFIG(,,curl=1,curl=0)
-  AM_CONDITIONAL(HAVE_CURL, test x$curl = x1)
 # Lib cURL & cURL - OpenSSL versions
   MHD_REQ_CURL_VERSION=7.16.4
   MHD_REQ_CURL_OPENSSL_VERSION=0.9.8
@@ -195,6 +195,7 @@
   AC_DEFINE_UNQUOTED([MHD_REQ_CURL_GNUTLS_VERSION], 
"$MHD_REQ_CURL_GNUTLS_VERSION", [gnuTLS lib version - used in conjunction with 
cURL])
 fi
 LIBS=$SAVE_LIBS
+AM_CONDITIONAL(HAVE_CURL, test x$curl = x1)
 
 # large file support (> 4 GB)
 AC_SYS_LARGEFILE

Modified: libmicrohttpd/src/testcurl/https/tls_daemon_options_test.c
===================================================================
--- libmicrohttpd/src/testcurl/https/tls_daemon_options_test.c  2009-01-12 
20:02:52 UTC (rev 8100)
+++ libmicrohttpd/src/testcurl/https/tls_daemon_options_test.c  2009-01-12 
20:07:36 UTC (rev 8101)
@@ -32,7 +32,7 @@
 #include "gnutls.h"
 #include <curl/curl.h>
 
-#define DEBUG_CURL_VERBOSE 0
+#define DEBUG_CURL_VERBOSE 1
 #define PAGE_NOT_FOUND "<html><head><title>File not 
found</title></head><body>File not found</body></html>"
 
 #define MHD_E_MEM "Error: memory error\n"





reply via email to

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