]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
(gl_REGEX): Fix typo in last change:
authorJim Meyering <jim@meyering.net>
Fri, 17 Mar 2006 10:07:28 +0000 (10:07 +0000)
committerJim Meyering <jim@meyering.net>
Fri, 17 Mar 2006 10:07:28 +0000 (10:07 +0000)
s/_REGEX_WIDE_OFFSETS/_REGEX_LARGE_OFFSETS/.

m4/regex.m4

index 29c610cc50f4b6346e58518f707d4e046a7c0693..f8d5339f5e8c24a1f5e1b39360d6240aa3cb346a 100644 (file)
@@ -1,4 +1,4 @@
-#serial 32
+#serial 33
 
 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
 # 2006 Free Software Foundation, Inc.
@@ -116,7 +116,7 @@ AC_DEFUN([gl_REGEX],
   esac
 
   if test $ac_use_included_regex = yes; then
-    AC_DEFINE([_REGEX_WIDE_OFFSETS], 1,
+    AC_DEFINE([_REGEX_LARGE_OFFSETS], 1,
       [Define if you want regoff_t to be at least as wide POSIX requires.])
     AC_DEFINE([re_syntax_options], [rpl_re_syntax_options],
       [Define to rpl_re_syntax_options if the replacement should be used.])