mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-30 11:44:32 +03:00
Adds support to load remote rules
This commit is contained in:
13
configure.ac
13
configure.ac
@@ -44,6 +44,19 @@ PROG_GEOIP
|
||||
|
||||
AM_CONDITIONAL([GEOIP_VERSION], [test "$GEOIP_VERSION" != ""])
|
||||
|
||||
#
|
||||
# Check for curl
|
||||
#
|
||||
CHECK_CURL
|
||||
|
||||
if test -z "${CURL_VERSION}"; then
|
||||
AC_MSG_NOTICE([NOTE: curl was not found. SecRemoteRules support was disabled.])
|
||||
else
|
||||
AC_DEFINE([MSC_WITH_CURL], [1], [Define if libcurl is available])
|
||||
fi
|
||||
|
||||
|
||||
|
||||
# Checks for header files.
|
||||
AC_HEADER_STDC
|
||||
AC_CHECK_HEADERS([string])
|
||||
|
Reference in New Issue
Block a user