Adds curl support to main core

Curl was used only by mlogc, as we want to expand ModSecurity to load
external rules/resources it is now a dependency of the core as well.
This commit is contained in:
Felipe Zimmerle
2014-01-30 10:55:26 -08:00
parent f45c6fe874
commit 81bde0842d
6 changed files with 38 additions and 8 deletions

View File

@@ -694,9 +694,9 @@ CHECK_APU()
fi
CHECK_LIBXML2()
CHECK_LUA()
if test "$build_mlogc" -ne 0; then
#if test "$build_mlogc" -ne 0; then
CHECK_CURL()
fi
#fi
# Check for YAJL libs (for JSON body processor)
CHECK_YAJL()