mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-30 11:44:32 +03:00
typo
This commit is contained in:
@@ -306,7 +306,7 @@ fi
|
||||
|
||||
AC_ARG_ENABLE(assertions,
|
||||
AS_HELP_STRING([--enable-assertions],
|
||||
[Turn on assertions checks (undefine NDEBUG])),
|
||||
[Turn on assertions checks (undefine NDEBUG)]),
|
||||
[
|
||||
if test "${enableval}" = "yes"; then
|
||||
assertions=-UNDEBUG
|
||||
@@ -314,7 +314,7 @@ AC_ARG_ENABLE(assertions,
|
||||
else
|
||||
assertions=-DNDEBUG
|
||||
fi
|
||||
]],
|
||||
],
|
||||
[
|
||||
assertions=-DNDEBUG
|
||||
])
|
||||
@@ -774,7 +774,7 @@ VERSION_OK
|
||||
AC_MSG_NOTICE(apache is too old, mmn must be at least $HTTPD_WANTED_MMN)
|
||||
fi
|
||||
])
|
||||
fi
|
||||
ÿ |