diff options
Diffstat (limited to 'gl/m4/regex.m4')
| -rw-r--r-- | gl/m4/regex.m4 | 11 | 
1 files changed, 4 insertions, 7 deletions
| diff --git a/gl/m4/regex.m4 b/gl/m4/regex.m4 index 43b04638..aef53d29 100644 --- a/gl/m4/regex.m4 +++ b/gl/m4/regex.m4 | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | # serial 53 | 1 | # serial 54 | 
| 2 | 2 | ||
| 3 | # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005, | 3 | # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005, | 
| 4 | # 2006, 2007, 2008, 2009 Free Software Foundation, Inc. | 4 | # 2006, 2007, 2008, 2009 Free Software Foundation, Inc. | 
| @@ -18,12 +18,9 @@ AC_DEFUN([gl_REGEX], | |||
| 18 | 18 | ||
| 19 | AC_ARG_WITH([included-regex], | 19 | AC_ARG_WITH([included-regex], | 
| 20 | [AS_HELP_STRING([--without-included-regex], | 20 | [AS_HELP_STRING([--without-included-regex], | 
| 21 | [don't compile regex; this is the default on 32-bit | 21 | [don't compile regex; this is the default on systems | 
| 22 | systems with recent-enough versions of the GNU C | 22 | with recent-enough versions of the GNU C Library | 
| 23 | Library (use with caution on other systems). | 23 | (use with caution on other systems).])]) | 
| 24 | On systems with 64-bit ptrdiff_t and 32-bit int, | ||
| 25 | --with-included-regex is the default, in case | ||
| 26 | regex functions operate on very long strings (>2GB)])]) | ||
| 27 | 24 | ||
| 28 | case $with_included_regex in #( | 25 | case $with_included_regex in #( | 
| 29 | yes|no) ac_use_included_regex=$with_included_regex | 26 | yes|no) ac_use_included_regex=$with_included_regex | 
