From e563ae01737d72a226e1fee292944717b85be095 Mon Sep 17 00:00:00 2001 From: Glenn Strauss Date: Thu, 6 Jan 2022 22:00:01 -0500 Subject: [build] adjust help strings for pcre2 default --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index dc4bfc02..a05b8115 100644 --- a/configure.ac +++ b/configure.ac @@ -911,7 +911,7 @@ dnl pcre support AC_MSG_NOTICE([----------------------------------------]) AC_MSG_CHECKING([for perl regular expressions support]) AC_ARG_WITH([pcre], - [AS_HELP_STRING([--with-pcre], [Enable pcre support (default yes)])], + [AS_HELP_STRING([--with-pcre], [Enable pcre support (default no)])], [WITH_PCRE=$withval], [WITH_PCRE=no] ) @@ -921,7 +921,7 @@ dnl pcre2 support AC_MSG_NOTICE([----------------------------------------]) AC_MSG_CHECKING([for perl regular expressions support]) AC_ARG_WITH([pcre2], - [AS_HELP_STRING([--with-pcre2], [Enable pcre2 support (default no)])], + [AS_HELP_STRING([--with-pcre2], [Enable pcre2 support (default yes)])], [WITH_PCRE2=$withval], [WITH_PCRE2=yes] ) -- cgit v1.2.1