summaryrefslogtreecommitdiff
path: root/m4/regex.m4
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1998-07-04 00:19:08 +0000
committerJim Meyering <jim@meyering.net>1998-07-04 00:19:08 +0000
commitad1d74e973f00e4c091d48dbeaf55cce09265b2d (patch)
tree5fa96b5637c0f7790732a4a9b63e1b8b30fe0fbc /m4/regex.m4
parent0142ca7d96ed46582227859297c8af19678c1310 (diff)
downloadcoreutils-ad1d74e973f00e4c091d48dbeaf55cce09265b2d.tar.xz
*** empty log message ***
Diffstat (limited to 'm4/regex.m4')
-rw-r--r--m4/regex.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/regex.m4 b/m4/regex.m4
index 733ad3a4e..bf4d19489 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)