gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r32517 - libmicrohttpd


From: gnunet
Subject: [GNUnet-SVN] r32517 - libmicrohttpd
Date: Wed, 5 Mar 2014 14:20:28 +0100

Author: Karlson2k
Date: 2014-03-05 14:20:27 +0100 (Wed, 05 Mar 2014)
New Revision: 32517

Modified:
   libmicrohttpd/configure.ac
Log:
configure.ac: disable SPDY by default on W32

Modified: libmicrohttpd/configure.ac
===================================================================
--- libmicrohttpd/configure.ac  2014-03-05 13:20:22 UTC (rev 32516)
+++ libmicrohttpd/configure.ac  2014-03-05 13:20:27 UTC (rev 32517)
@@ -379,14 +379,12 @@
   AM_CONDITIONAL(HAVE_MAGIC, false))
 
 
-# optional: libmicrospdy support. Enabled by default
-AC_MSG_CHECKING(whether to support libmicrospdy)
+# optional: libmicrospdy support. Enabled by default if not on W32
 AC_ARG_ENABLE([spdy],
                AS_HELP_STRING([--disable-spdy],
                        [disable libmicrospdy]),
                [enable_spdy=${enableval}],
-               [enable_spdy=yes])
-AC_MSG_RESULT($enable_spdy)
+               [ AS_IF([[test "x$os_is_windows" = "xyes"]], [enable_spdy=no], 
[enable_spdy=yes]) ])
 
 if test "$enable_spdy" = "yes"
 then




reply via email to

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