Skip to content

Commit 217da4a

Browse files
committed
Merge pull request #4 from t-b/use-libpcre
Enable support for perl regular expressions (LIBPCRE)
2 parents 817347c + 60959dd commit 217da4a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

config.mak.uname

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -525,6 +525,7 @@ ifneq (,$(wildcard ../THIS_IS_MSYSGIT))
525525
INTERNAL_QSORT = YesPlease
526526
HAVE_LIBCHARSET_H = YesPlease
527527
NO_GETTEXT = YesPlease
528+
USE_LIBPCRE= YesPlease
528529
else
529530
NO_CURL = YesPlease
530531
endif

0 commit comments

Comments
 (0)