[Python-checkins] r74715 - in python/trunk: configure configure.in
ronald.oussoren
python-checkins at python.org
Tue Sep 8 09:17:10 CEST 2009
Author: ronald.oussoren
Date: Tue Sep 8 09:17:10 2009
New Revision: 74715
Log:
This is an update to r74701. How hard can it be to get a configure test right.
This patch has already been backported as part of the backport of r74701,
which is how I found this problem.
Modified:
python/trunk/configure
python/trunk/configure.in
Modified: python/trunk/configure
==============================================================================
--- python/trunk/configure (original)
+++ python/trunk/configure Tue Sep 8 09:17:10 2009
@@ -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 @@
} else {
return 1;
}
+ }
_ACEOF
rm -f conftest$ac_exeext
Modified: python/trunk/configure.in
==============================================================================
--- python/trunk/configure.in (original)
+++ python/trunk/configure.in Tue Sep 8 09:17:10 2009
@@ -1565,6 +1565,7 @@
} else {
return 1;
}
+ }
], ac_osx_32bit=yes,
ac_osx_32bit=no,
ac_osx_32bit=yes)
More information about the Python-checkins
mailing list