commit | 5dd836030e0e399b21ab0865ae0d93934bdb3930 | [log] [tgz] |
---|---|---|
author | Arnon Yaari <wiggin15@yahoo.com> | Wed Apr 01 18:19:09 2020 +0300 |
committer | GitHub <noreply@github.com> | Wed Apr 01 08:19:09 2020 -0700 |
tree | 91b5e7ff3d298832b6d97b32bad6fa9076137a50 | |
parent | eacc07439591c97f69ab4a3d17391b009cd78ae2 [diff] |
bpo-38527: fix configure script for Solaris (GH-16845) On Solaris, the regular "grep" command may be an old version that fails to search a binary file. We need to use the correct command (ggrep, in our case), which is found by the configure script earlier. Automerge-Triggered-By: @pablogsal