mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-30 11:44:32 +03:00
Add the ability to build mlogc if it is in the mlogc-src subdir.
This commit is contained in:
@@ -45,7 +45,7 @@ done
|
||||
if test -n "${with_apr}"; then
|
||||
APR_CONFIG="${with_apr}/${APR_CONFIG}"
|
||||
AC_MSG_RESULT([${APR_CONFIG}])
|
||||
APR_CFLAGS="`${APR_CONFIG} --includes`"
|
||||
APR_CFLAGS="`${APR_CONFIG} --includes --cppflags`"
|
||||
APR_LDFLAGS="`${APR_CONFIG} --ldflags`"
|
||||
APR_LIBS="`${APR_CONFIG} --libs`"
|
||||
APR_LINK_LD="`${APR_CONFIG} --link-ld`"
|
||||
|
Reference in New Issue
Block a user