Merge pull request #4 from t-b/use-libpcre

Enable support for perl regular expressions (LIBPCRE)
This commit is contained in:
Thomas Braun
2014-10-13 17:33:44 +02:00

View File

@@ -525,6 +525,7 @@ ifneq (,$(wildcard ../THIS_IS_MSYSGIT))
INTERNAL_QSORT = YesPlease
HAVE_LIBCHARSET_H = YesPlease
NO_GETTEXT = YesPlease
USE_LIBPCRE= YesPlease
else
NO_CURL = YesPlease
endif