changeset 1406:4ca40bdd938f

*** empty log message ***
author Jim Meyering <jim@meyering.net>
date Sat, 04 Jul 1998 00:19:08 +0000
parents a412042058e8
children 555c03ab57e9
files m4/regex.m4
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/m4/regex.m4
+++ b/m4/regex.m4
@@ -5,7 +5,7 @@
 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)