mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
Issue #27453: CPP invocation in configure must use CPPFLAGS.
Patch by Chi Hsuan Yen.
This commit is contained in:
parent
fa95068081
commit
3a32bdfaa7
4 changed files with 6 additions and 2 deletions
|
@ -870,7 +870,7 @@ cat >> conftest.c <<EOF
|
|||
|
||||
EOF
|
||||
|
||||
if $CPP conftest.c >conftest.out 2>/dev/null; then
|
||||
if $CPP $CPPFLAGS conftest.c >conftest.out 2>/dev/null; then
|
||||
PLATFORM_TRIPLET=`grep -v '^#' conftest.out | grep -v '^ *$' | tr -d ' '`
|
||||
AC_MSG_RESULT([$PLATFORM_TRIPLET])
|
||||
else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue