[gnome-terminal] build: Re-enable PCRE2 by default



commit 72e7decbf4cd20de9562540c96c0c7c225855c9e
Author: Christian Persch <chpe gnome org>
Date:   Sat Mar 19 15:47:34 2016 +0100

    build: Re-enable PCRE2 by default

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index ca0a4f8..8a24172 100644
--- a/configure.ac
+++ b/configure.ac
@@ -81,7 +81,7 @@ done
 AC_MSG_CHECKING([whether PCRE2 support is requested])
 AC_ARG_WITH([pcre2],
   [AS_HELP_STRING([--without-pcre2],[Disable pcre2 support])],
-  [],[with_pcre2=no])
+  [],[with_pcre2=yes])
 AC_MSG_RESULT([$with_pcre2])
 
 PCRE2_PKGS=


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]