This commit is contained in:
Marc Stern 2024-04-12 16:28:45 +02:00
parent 931c081ba6
commit 38d4b5c898

View File

@ -306,7 +306,7 @@ fi
AC_ARG_ENABLE(assertions, AC_ARG_ENABLE(assertions,
AS_HELP_STRING([--enable-assertions], AS_HELP_STRING([--enable-assertions],
[Turn on assertions checks (undefine NDEBUG])), [Turn on assertions checks (undefine NDEBUG)]),
[ [
if test "${enableval}" = "yes"; then if test "${enableval}" = "yes"; then
assertions=-UNDEBUG assertions=-UNDEBUG
@ -314,7 +314,7 @@ AC_ARG_ENABLE(assertions,
else else
assertions=-DNDEBUG assertions=-DNDEBUG
fi fi
]], ],
[ [
assertions=-DNDEBUG assertions=-DNDEBUG
]) ])
@ -774,7 +774,7 @@ VERSION_OK
AC_MSG_NOTICE(apache is too old, mmn must be at least $HTTPD_WANTED_MMN) AC_MSG_NOTICE(apache is too old, mmn must be at least $HTTPD_WANTED_MMN)
fi fi
]) ])
fi ÿfi
APXS_INCLUDEDIR="`$APXS -q INCLUDEDIR`" APXS_INCLUDEDIR="`$APXS -q INCLUDEDIR`"
if test "$verbose_output" -eq 1; then AC_MSG_NOTICE(apxs INCLUDEDIR: $APXS_INCLUDEDIR); fi if test "$verbose_output" -eq 1; then AC_MSG_NOTICE(apxs INCLUDEDIR: $APXS_INCLUDEDIR); fi
# Make sure the include dir is used # Make sure the include dir is used