diff options
Diffstat (limited to 'src/Makefile')
-rw-r--r-- | src/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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 |