aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
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