mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-08-16 07:56:12 +03:00
typo
This commit is contained in:
parent
931c081ba6
commit
38d4b5c898
@ -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
|
ÿ |