mirror of
https://github.com/curl/curl.git
synced 2026-05-30 06:47:28 +03:00
configure: polish the grep -E message a bit further
Suggested-by: Emanuele Torre Closes #9473
This commit is contained in:
parent
9cc9a6472c
commit
3b0d678f78
1 changed files with 1 additions and 1 deletions
|
|
@ -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])
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue