]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-38527: fix configure script for Solaris (GH-16845)
authorArnon Yaari <wiggin15@yahoo.com>
Wed, 1 Apr 2020 15:19:09 +0000 (18:19 +0300)
committerGitHub <noreply@github.com>
Wed, 1 Apr 2020 15:19:09 +0000 (08:19 -0700)
commit5dd836030e0e399b21ab0865ae0d93934bdb3930
tree91b5e7ff3d298832b6d97b32bad6fa9076137a50
parenteacc07439591c97f69ab4a3d17391b009cd78ae2
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
Misc/NEWS.d/next/Build/2020-03-28-10-43-09.bpo-38527.fqCRgD.rst [new file with mode: 0644]
configure
m4/ax_c_float_words_bigendian.m4