mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2026-01-13 15:07:10 +03:00
Cleanup apu and lua find macros.
This commit is contained in:
@@ -26,7 +26,7 @@ AC_MSG_CHECKING([for libapu config script])
|
|||||||
for x in ${test_paths}; do
|
for x in ${test_paths}; do
|
||||||
dnl # Determine if the script was specified and use it directly
|
dnl # Determine if the script was specified and use it directly
|
||||||
if test ! -d "$x" -a -e "$x"; then
|
if test ! -d "$x" -a -e "$x"; then
|
||||||
APU_CONFIG="`basename $x`"
|
APU_CONFIG=$x
|
||||||
apu_path="no"
|
apu_path="no"
|
||||||
break
|
break
|
||||||
fi
|
fi
|
||||||
|
|||||||
@@ -25,7 +25,7 @@ AC_MSG_CHECKING([for liblua config script])
|
|||||||
for x in ${test_paths}; do
|
for x in ${test_paths}; do
|
||||||
dnl # Determine if the script was specified and use it directly
|
dnl # Determine if the script was specified and use it directly
|
||||||
if test ! -d "$x" -a -e "$x"; then
|
if test ! -d "$x" -a -e "$x"; then
|
||||||
LUA_CONFIG="$x"
|
LUA_CONFIG=$x
|
||||||
break
|
break
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|||||||
4
apache2/configure
vendored
4
apache2/configure
vendored
@@ -5571,7 +5571,7 @@ $as_echo_n "checking for libapu config script... " >&6; }
|
|||||||
|
|
||||||
for x in ${test_paths}; do
|
for x in ${test_paths}; do
|
||||||
if test ! -d "$x" -a -e "$x"; then
|
if test ! -d "$x" -a -e "$x"; then
|
||||||
APU_CONFIG="`basename $x`"
|
APU_CONFIG=$x
|
||||||
apu_path="no"
|
apu_path="no"
|
||||||
break
|
break
|
||||||
fi
|
fi
|
||||||
@@ -5721,7 +5721,7 @@ $as_echo_n "checking for liblua config script... " >&6; }
|
|||||||
|
|
||||||
for x in ${test_paths}; do
|
for x in ${test_paths}; do
|
||||||
if test ! -d "$x" -a -e "$x"; then
|
if test ! -d "$x" -a -e "$x"; then
|
||||||
LUA_CONFIG="$x"
|
LUA_CONFIG=$x
|
||||||
break
|
break
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user