mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-08-15 23:55:03 +03:00
Standalone module shouldnt be default
This commit is contained in:
parent
d36120b417
commit
1d36512c06
@ -165,8 +165,8 @@ fi
|
|||||||
|
|
||||||
# Standalone Module
|
# Standalone Module
|
||||||
AC_ARG_ENABLE(standalone-module,
|
AC_ARG_ENABLE(standalone-module,
|
||||||
AS_HELP_STRING([--disable-standalone-module],
|
AS_HELP_STRING([--enable-standalone-module],
|
||||||
[Disable building standalone module.]),
|
[Enable building standalone module.]),
|
||||||
[
|
[
|
||||||
if test "$enableval" != "no"; then
|
if test "$enableval" != "no"; then
|
||||||
build_standalone_module=1
|
build_standalone_module=1
|
||||||
@ -175,7 +175,7 @@ AC_ARG_ENABLE(standalone-module,
|
|||||||
fi
|
fi
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
build_standalone_module=1
|
build_standalone_module=0
|
||||||
])
|
])
|
||||||
AM_CONDITIONAL([BUILD_STANDALONE_MODULE], [test "$build_standalone_module" -eq 1])
|
AM_CONDITIONAL([BUILD_STANDALONE_MODULE], [test "$build_standalone_module" -eq 1])
|
||||||
if test "$build_standalone_module" -eq 1; then
|
if test "$build_standalone_module" -eq 1; then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user