gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r12869 - libmicrohttpd


From: gnunet
Subject: [GNUnet-SVN] r12869 - libmicrohttpd
Date: Tue, 7 Sep 2010 09:51:21 +0200

Author: wachs
Date: 2010-09-07 09:51:21 +0200 (Tue, 07 Sep 2010)
New Revision: 12869

Modified:
   libmicrohttpd/configure.ac
Log:
changed output for check "--disable-https" to match functionality


Modified: libmicrohttpd/configure.ac
===================================================================
--- libmicrohttpd/configure.ac  2010-09-07 00:01:35 UTC (rev 12868)
+++ libmicrohttpd/configure.ac  2010-09-07 07:51:21 UTC (rev 12869)
@@ -191,6 +191,9 @@
 # TCP_CORK
 AC_CHECK_DECLS([TCP_CORK], [], [], [[#include <netinet/tcp.h>]])
 
+# TCP_NOPUSH
+AC_CHECK_DECLS([TCP_NOPUSH], [], [], [[#include <netinet/tcp.h>]]) 
+
 # libcurl (required for testing)
 SAVE_LIBS=$LIBS
 
@@ -303,7 +306,7 @@
 
 
 # optional: HTTPS support.  Enabled by default
-AC_MSG_CHECKING(whether to enable HTTPS support)
+AC_MSG_CHECKING(whether to disable HTTPS support)
 AC_ARG_ENABLE([https],
    [AS_HELP_STRING([--disable-https],
                [disable HTTPS support (default is NO)])],




reply via email to

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