]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-38527: fix configure script for Solaris (GH-16845)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 1 Apr 2020 15:38:17 +0000 (08:38 -0700)
committerGitHub <noreply@github.com>
Wed, 1 Apr 2020 15:38:17 +0000 (08:38 -0700)
commitfc036409226d2c65dad9503854f09b9a39c84f14
tree418d6f9b0fc69929fa42d0dca9f350debef45537
parentf971c8c0a0fbe1959843179e2811b047001125a0
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
(cherry picked from commit 5dd836030e0e399b21ab0865ae0d93934bdb3930)

Co-authored-by: Arnon Yaari <wiggin15@yahoo.com>
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