View | Details | Raw Unified | Return to bug 149472 | Differences between
and this patch

Collapse All | Expand All

(-)Makefile (-1 / +1 lines)
Lines 27-33 Link Here
27
27
28
OPTIONS=	DEBUG		"Enable debugging & verbose explain"	off \
28
OPTIONS=	DEBUG		"Enable debugging & verbose explain"	off \
29
		GCOV		"Enable coverage testing using gcov"	off \
29
		GCOV		"Enable coverage testing using gcov"	off \
30
		FTS3		"Enable FTS3 (Full Text Search) module"	off \
30
		FTS3		"Enable FTS3 (Full Text Search) module"	on \
31
		RTREE		"Enable R*Tree module"			off \
31
		RTREE		"Enable R*Tree module"			off \
32
		ICU		"Enable built with \"ICU\""		off \
32
		ICU		"Enable built with \"ICU\""		off \
33
		RAMTABLE	"Store temporary tables in RAM"		off \
33
		RAMTABLE	"Store temporary tables in RAM"		off \

Return to bug 149472