mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-30 03:34:29 +03:00
standalone module enabled by --enable-standalone-module configure option
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user