]> git.ipfire.org Git - thirdparty/curl.git/commit
configure: correct the wording when checking grep -E
authorDaniel Stenberg <daniel@haxx.se>
Sat, 10 Sep 2022 22:10:26 +0000 (00:10 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Sun, 11 Sep 2022 09:18:38 +0000 (11:18 +0200)
commitae4d1437f1653b2d2529bf1f77672ce708025cf6
tree30071dffe946ed904041af36595e801e9c9f4d0a
parentb62d236f7d267e5af9d8a7551d16876733fe2238
configure: correct the wording when checking grep -E

The check first checks that grep -E works, and only as a fallback tries
to find and use egrep. egrep is deprecated.

This change only corrects the output wording, not the checks themselves.

Closes #9471
configure.ac