From 85face61a2baf885e279fbc977ce1e1b73e7ba2a Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Wed, 4 Oct 2006 07:30:58 +0000 Subject: fixing default for WITH_DB in release package --- linux/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linux/Makefile b/linux/Makefile index ca56a5cf..45299baa 100644 --- a/linux/Makefile +++ b/linux/Makefile @@ -25,7 +25,7 @@ FEATURE_LARGEFILE=1 # Enable database support (off by default, must be turned # on when support for MySQL is desired). -FEATURE_DB=1 +FEATURE_DB=0 # Enable regular expressions FEATURE_REGEXP=1 -- cgit