Skip to content

Commit f94f038

Browse files
committed
Enable support for perl regular expressions (LIBPCRE)
Signed-off-by: Thomas Braun <[email protected]>
1 parent 545b284 commit f94f038

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)