gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r34287 - libmicrohttpd


From: gnunet
Subject: [GNUnet-SVN] r34287 - libmicrohttpd
Date: Fri, 12 Sep 2014 17:35:01 +0200

Author: grothoff
Date: 2014-09-12 17:35:01 +0200 (Fri, 12 Sep 2014)
New Revision: 34287

Modified:
   libmicrohttpd/ChangeLog
   libmicrohttpd/configure.ac
Log:
fix #3543

Modified: libmicrohttpd/ChangeLog
===================================================================
--- libmicrohttpd/ChangeLog     2014-09-10 12:03:41 UTC (rev 34286)
+++ libmicrohttpd/ChangeLog     2014-09-12 15:35:01 UTC (rev 34287)
@@ -1,3 +1,6 @@
+Fri Sep 12 17:32:09 CEST 2014
+       Fix --disable-dauth configure option (#3543). -doostee
+
 Thu Jun 26 21:06:04 CEST 2014
        Fix failure to terminate 'instantly' in thread-per-connection
        mode if there is a client with open connections.

Modified: libmicrohttpd/configure.ac
===================================================================
--- libmicrohttpd/configure.ac  2014-09-10 12:03:41 UTC (rev 34286)
+++ libmicrohttpd/configure.ac  2014-09-12 15:35:01 UTC (rev 34287)
@@ -726,7 +726,7 @@
                        [disable HTTP basic and digest Auth support]),
                [enable_dauth=${enableval}],
                [enable_dauth=yes])
-if test "$enable_dauth" != "xno"
+if test "x$enable_dauth" != "xno"
 then
  enable_dauth=yes
  AC_DEFINE([DAUTH_SUPPORT],[1],[include digest Auth support])




reply via email to

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