From: Jim Meyering Date: Sat, 4 Jul 1998 00:19:08 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: FILEUTILS-3_16r~27 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ad1d74e973f00e4c091d48dbeaf55cce09265b2d;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/m4/regex.m4 b/m4/regex.m4 index 733ad3a4e8..bf4d194893 100644 --- a/m4/regex.m4 +++ b/m4/regex.m4 @@ -5,7 +5,7 @@ dnl From grep. AC_DEFUN(jm_WITH_REGEX, [ AC_ARG_WITH(included-regex, - [ --without-included-regex don't compile regex], + [ --without-included-regex don't compile regex], USE_REGEX=$withval, USE_REGEX=yes)