mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2026-01-13 06:57:10 +03:00
Regenerate configure script.
This commit is contained in:
4
apache2/configure
vendored
4
apache2/configure
vendored
@@ -5560,9 +5560,9 @@ if test ! -d "${withval}" -a -e "${withval}"; then
|
||||
with_apu=`echo ${withval} | sed "s/\/\?${APU_CONFIG}\$//"`
|
||||
fi
|
||||
|
||||
if test -z "${with_apr}"; then
|
||||
if test -z "${with_apu}"; then
|
||||
if test -z "${apu_path}"; then
|
||||
test_paths="/usr/local/apr /usr/local /usr"
|
||||
test_paths="/usr/local/apr-util /usr/local/apu /usr/local/apr /usr/local /usr"
|
||||
else
|
||||
test_paths="${apu_path}"
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user