changeset 1421:6ee707631fa8

add warning
author Jim Meyering <jim@meyering.net>
date Sat, 04 Jul 1998 04:07:55 +0000
parents 336e17fe624d
children 3cb802f6756f
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 with caution)],
 		jm_with_regex=$withval,
 		jm_with_regex=yes)
     if test "$jm_with_regex" = yes; then