aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index 1742d16f..f99da256 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1117,9 +1117,9 @@ else
1117]) 1117])
1118fi 1118fi
1119 1119
1120if test "x$enable_bauth" != "xyes" -o \ 1120if test "x$enable_bauth" != "xyes" || \
1121 "x$enable_dauth" != "xyes" -o \ 1121 test "x$enable_dauth" != "xyes" || \
1122 "x$enable_postprocessor" != "xyes" 1122 test "x$enable_postprocessor" != "xyes"
1123then 1123then
1124 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.]) 1124 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.])
1125fi 1125fi