From 1549e1416029797bff90d5ee494f90f95efdba08 Mon Sep 17 00:00:00 2001 From: Reuben Thomas Date: Tue, 17 Mar 2009 23:49:33 +0000 Subject: [PATCH] Update and improve help for --without-included-regex. --- ChangeLog | 5 +++++ m4/regex.m4 | 9 +++------ 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/ChangeLog b/ChangeLog index 915a56a..7377155 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2009-03-17 Reuben Thomas + + * m4/regex.m4: update and improve help for + --without-included-regex. + 2009-03-17 Simon Josefsson * modules/isnanl-nolibm-tests (Files): Add tests/nan.h to avoid diff --git a/m4/regex.m4 b/m4/regex.m4 index 43b0463..70e8966 100644 --- a/m4/regex.m4 +++ b/m4/regex.m4 @@ -18,12 +18,9 @@ AC_DEFUN([gl_REGEX], AC_ARG_WITH([included-regex], [AS_HELP_STRING([--without-included-regex], - [don't compile regex; this is the default on 32-bit - systems with recent-enough versions of the GNU C - Library (use with caution on other systems). - On systems with 64-bit ptrdiff_t and 32-bit int, - --with-included-regex is the default, in case - regex functions operate on very long strings (>2GB)])]) + [don't compile regex; this is the default on systems + with recent-enough versions of the GNU C Library + (use with caution on other systems).])]) case $with_included_regex in #( yes|no) ac_use_included_regex=$with_included_regex -- 1.5.6.5