]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
This is an update to r74701. How hard can it be to get a configure test right.
authorRonald Oussoren <ronaldoussoren@mac.com>
Tue, 8 Sep 2009 07:17:10 +0000 (07:17 +0000)
committerRonald Oussoren <ronaldoussoren@mac.com>
Tue, 8 Sep 2009 07:17:10 +0000 (07:17 +0000)
This patch has already been backported as part of the backport of r74701,
which is how I found this problem.

configure
configure.in

index 284b01488bb0fabc8925c39cffab23e83c88ec79..913474c5edbd2b4d1fe1c9f2c15b76eeb8967fc4 100755 (executable)
--- a/configure
+++ b/configure
@@ -1,5 +1,5 @@
 #! /bin/sh
-# From configure.in Revision: 74672 .
+# From configure.in Revision: 74701 .
 # Guess values for system-dependent variables and create Makefiles.
 # Generated by GNU Autoconf 2.61 for python 2.7.
 #
@@ -14522,6 +14522,7 @@ cat >>conftest.$ac_ext <<_ACEOF
       } else {
          return 1;
       }
+    }
 
 _ACEOF
 rm -f conftest$ac_exeext
index ee95e8ad27a0ef1997559ea06b0facff20f254a1..35d47c4c4a7054f7cdf9113ae2219796f43121e9 100644 (file)
@@ -1565,6 +1565,7 @@ case $ac_sys_system/$ac_sys_release in
       } else {
          return 1;
       }
+    }
     ], ac_osx_32bit=yes,
        ac_osx_32bit=no,
        ac_osx_32bit=yes)