From cd85fe1c186c823232795124c1ecd242462e191b Mon Sep 17 00:00:00 2001 From: fcolin Date: Fri, 3 Jun 2005 16:49:26 +0000 Subject: case Sensitive NO --- src/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/Makefile b/src/Makefile index c094e7d..871af95 100644 --- a/src/Makefile +++ b/src/Makefile @@ -42,8 +42,8 @@ TCLLIB = -ltcl$(TCLVERS) #TCLLIB = -framework Tcl PCREINC = `pcre-config --cflags` PCRELIB = `pcre-config --libs` -CASESENSITIVE = "yes" -ifeq ($(CASESENSITIVE), "yes") +CASESENSITIVE = "no" +ifeq ($(CASESENSITIVE), "no") PCRE_OPT=PCRE_CASELESS REGCOMP_OPT=REG_ICASE else -- cgit v1.1