summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Forney <mforney@mforney.org>2016-06-12 00:34:48 -0700
committerMichael Forney <mforney@mforney.org>2016-06-12 00:34:48 -0700
commite03422fc78c104b702267198428cc57f5730fe39 (patch)
tree2513669d43901848fcf4ce16d604627d26e47b62
parentbe717ff9dec607f53a2c93b11359502160d1009d (diff)
pcre: Enable UCP
This is required by glib.
-rw-r--r--extra/pcre/config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/pcre/config.h b/extra/pcre/config.h
index 074bd129..b6f4668f 100644
--- a/extra/pcre/config.h
+++ b/extra/pcre/config.h
@@ -58,7 +58,7 @@
/* #undef SUPPORT_PCRE32 */
#define SUPPORT_PCRE8 /**/
#define SUPPORT_PCREGREP_JIT /**/
-/* #undef SUPPORT_UCP */
+#define SUPPORT_UCP /**/
#define SUPPORT_UTF /**/
/* #undef SUPPORT_VALGRIND */
#define VERSION "8.38"