aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2014-07-01 17:32:21 +0000
committerChristian Grothoff <christian@grothoff.org>2014-07-01 17:32:21 +0000
commit013a50dc9691985cff367cf8bc4c0f7ab2a551bf (patch)
tree649077fa6519aa39998eff42e272c054fd9bea6a /configure.ac
parented9dfcdad4b3328342b2c8cc3fda29b18abe9ce9 (diff)
downloadlibmicrohttpd-013a50dc9691985cff367cf8bc4c0f7ab2a551bf.tar.gz
libmicrohttpd-013a50dc9691985cff367cf8bc4c0f7ab2a551bf.zip
-addressing #3461
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac7
1 files changed, 7 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index c68f69de..a533820a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -820,3 +820,10 @@ else
820 License : LGPL or eCos 820 License : LGPL or eCos
821]) 821])
822fi 822fi
823
824if test "x$enable_bauth" != "xyes" -o \
825 "x$enable_dauth" != "xyes" -o \
826 "x$enable_postprocessor" != "xyes"
827then
828 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.])
829fi