summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorMark Dickinson <dickinsm@gmail.com>2008-06-27 22:20:14 +0000
committerMark Dickinson <dickinsm@gmail.com>2008-06-27 22:20:14 +0000
commitdc1688adbffffb2f57a69a030b88c49d368f73ce (patch)
treef885e5c73ca413ee2ab64dba308869c9f7aad559 /configure.in
parentee51cffc95ead121f91d8f4ac428aa6f44f10afc (diff)
downloadcpython-git-dc1688adbffffb2f57a69a030b88c49d368f73ce.tar.gz
Fix typo in configure.in, and propagate configure.in changes from r64002
to configure and pyconfig.h.in.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 0066719365..4095193bf6 100644
--- a/configure.in
+++ b/configure.in
@@ -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