Adds MODSEC_NO_LOGS option to be part of the configure

This commit is contained in:
Felipe Zimmerle
2015-10-15 15:42:56 -03:00
parent 74045beab5
commit b0089cfde9
4 changed files with 11 additions and 1 deletions

View File

@@ -39,6 +39,7 @@ unit_tests_CPPFLAGS = \
-g \
-I$(top_builddir)/headers \
$(CURL_CFLAGS) \
$(MODSEC_NO_LOGS) \
$(GEOIP_CFLAGS) \
$(PCRE_CPPFLAGS) \
$(YAJL_CFLAGS)
@@ -67,6 +68,7 @@ regression_tests_CPPFLAGS = \
-g \
-I$(top_builddir)/headers \
$(CURL_CFLAGS) \
$(MODSEC_NO_LOGS) \
$(GEOIP_CFLAGS) \
$(PCRE_CPPFLAGS) \
$(YAJL_CFLAGS)