Skip to content

Commit 07fa8f0

Browse files
committed
configure: warn if HTTP upgrade is disabled
1 parent 4e2f9fd commit 07fa8f0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

configure.ac

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6064,6 +6064,7 @@ AS_IF([test "x$enable_bauth" != "xyes" || \
60646064
test "x${USE_THREADS}" = "xnone" || \
60656065
test "x$enable_httpupgrade" != "xyes" || \
60666066
test "x$enable_cookie" != "xyes" || \
6067+
test "x$enable_httpupgrade" != "xyes" || \
60676068
test "x$enable_postprocessor" != "xyes"],
60686069
[AC_MSG_WARN([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.])]
60696070
)

0 commit comments

Comments
 (0)