From 3b0d678f78185dfb71599c571fbae7b8bfd71166 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Sun, 11 Sep 2022 15:08:08 +0200 Subject: [PATCH] configure: polish the grep -E message a bit further Suggested-by: Emanuele Torre Closes #9473 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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])