File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -567,9 +567,9 @@ AC_ARG_ENABLE(collection-global-lock,
567
567
# Enable collection's memory database support
568
568
AC_ARG_ENABLE ( collection-memory-database ,
569
569
AS_HELP_STRING ( [ --enable-collection-memory-database] ,
570
- [ Enable memory database support for collection. This is enabled by default ] ) ,
570
+ [ Enable memory database support for collection.] ) ,
571
571
[
572
- if test "$enableval" ! = "no "; then
572
+ if test "$enableval" = "yes "; then
573
573
collection_memory_database="-I"`pwd`"/apache2/ag_mdb -DMEMORY_DATABASE_ENABLE"
574
574
MODSEC_EXTRA_CFLAGS="$MODSEC_EXTRA_CFLAGS $collection_memory_database"
575
575
else
Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ INCLUDES = $(INCLUDES) -I$(YAJL)\include -I$(YAJL) \
64
64
# !ENDIF
65
65
66
66
# Enable support for collection's memory database
67
- DEFS=$(DEFS) -DMEMORY_DATABASE_ENABLE
67
+ # DEFS=$(DEFS) -DMEMORY_DATABASE_ENABLE
68
68
69
69
CFLAGS= -MD /Zi $(INCLUDES) $(DEFS)
70
70
You can’t perform that action at this time.
0 commit comments