From: Daniel Stenberg Date: Sun, 11 Sep 2022 13:08:08 +0000 (+0200) Subject: configure: polish the grep -E message a bit further X-Git-Tag: curl-7_86_0~259 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3b0d678f78185dfb71599c571fbae7b8bfd71166;p=thirdparty%2Fcurl.git configure: polish the grep -E message a bit further Suggested-by: Emanuele Torre Closes #9473 --- diff --git a/configure.ac b/configure.ac index 5cda916526..25ff78cac8 100644 --- a/configure.ac +++ b/configure.ac @@ -100,7 +100,7 @@ if test -z "$EGREP"; then fi fi if test -z "$EGREP" || test "$EGREP" = "not_found"; then - AC_MSG_ERROR([grep -E is not working and is egrep not found in PATH. Cannot continue.]) + AC_MSG_ERROR([grep -E is not working and egrep is not found in PATH. Cannot continue.]) fi AC_SUBST([EGREP])