gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r33889 - libmicrohttpd


From: gnunet
Subject: [GNUnet-SVN] r33889 - libmicrohttpd
Date: Tue, 1 Jul 2014 19:32:21 +0200

Author: grothoff
Date: 2014-07-01 19:32:21 +0200 (Tue, 01 Jul 2014)
New Revision: 33889

Modified:
   libmicrohttpd/configure.ac
Log:
-addressing #3461

Modified: libmicrohttpd/configure.ac
===================================================================
--- libmicrohttpd/configure.ac  2014-07-01 08:21:04 UTC (rev 33888)
+++ libmicrohttpd/configure.ac  2014-07-01 17:32:21 UTC (rev 33889)
@@ -820,3 +820,10 @@
   License         :  LGPL or eCos
 ])
 fi
+
+if test "x$enable_bauth" != "xyes" -o \
+        "x$enable_dauth" != "xyes" -o \
+        "x$enable_postprocessor" != "xyes"
+then
+ AC_MSG_NOTICE([WARNING: This will be a custom build with missing symbols. Do 
NOT use this build in a distribution. Building with these kinds of configure 
options is only for custom builds for embedded systems.])
+fi




reply via email to

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