Add --enable-FEATURE options to configure.

This commit is contained in:
brectanus
2008-01-08 17:25:43 +00:00
parent 4473e483c1
commit 7baf949929
2 changed files with 67 additions and 1 deletions

View File

@@ -10,7 +10,7 @@ MOD_SECURITY2_H = re.h modsecurity.h msc_logging.h msc_multipart.h msc_parsers.h
msc_geo.h acmp.h utf8tables.h msc_lua.h
### Must be in APXS format: -Wc,-flag
EXTRA_CFLAGS = -Wc,-O2 -Wc,-g -Wc,-Wall -Wc,-Werror
EXTRA_CFLAGS = @EXTRA_CFLAGS@
APXS = @APXS@