Browse Source

configure: polish the grep -E message a bit further

Suggested-by: Emanuele Torre
Closes #9473
Daniel Stenberg 1 year ago
parent
commit
3b0d678f78
1 changed files with 1 additions and 1 deletions
  1. 1 1
      configure.ac

+ 1 - 1
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])