Fix typo in configure.in, and propagate configure.in changes from r64002

to configure and pyconfig.h.in.
This commit is contained in:
Mark Dickinson 2008-06-27 22:20:14 +00:00
parent ee51cffc95
commit dc1688adbf
3 changed files with 469 additions and 2 deletions

View file

@ -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