mirror of
https://github.com/python/cpython.git
synced 2025-11-25 21:11:09 +00:00
Fix typo in configure.in, and propagate configure.in changes from r64002
to configure and pyconfig.h.in.
This commit is contained in:
parent
ee51cffc95
commit
dc1688adbf
3 changed files with 469 additions and 2 deletions
|
|
@ -1328,7 +1328,7 @@ AC_TRY_COMPILE([], [long double x; x = (long double)0.;], [
|
|||
have_long_double=yes
|
||||
])
|
||||
AC_MSG_RESULT($have_long_double)
|
||||
if test "$have_long_long" = yes ; then
|
||||
if test "$have_long_double" = yes ; then
|
||||
AC_CHECK_SIZEOF(long double, 12)
|
||||
fi
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue