From 83e11fac0e613f92bbcf63a3df3009e2a6a6ff7a Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Tue, 30 Jan 2007 16:35:03 +0000 Subject: changed the way the MySQL API is used --- linux/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'linux') diff --git a/linux/Makefile b/linux/Makefile index c8321a75..7fe6f6c5 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=0 +FEATURE_DB=1 # Enable regular expressions FEATURE_REGEXP=1 -- cgit