From 1313deda0c78e9bb8f4d7dd95f4f961928fb012d Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sat, 4 Jul 1998 04:07:55 +0000 Subject: [PATCH] add warning --- m4/regex.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/m4/regex.m4 b/m4/regex.m4 index a9c238356..001d203b8 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 with caution)], jm_with_regex=$withval, jm_with_regex=yes) if test "$jm_with_regex" = yes; then -- 2.11.0