diff options
Diffstat (limited to 'm4')
-rw-r--r-- | m4/regex.m4 | 2 |
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) |