diff options
author | Ronald Oussoren <ronaldoussoren@mac.com> | 2009-09-08 07:17:10 +0000 |
---|---|---|
committer | Ronald Oussoren <ronaldoussoren@mac.com> | 2009-09-08 07:17:10 +0000 |
commit | 29fc4e99e76667a3950370500423b50a66bc5fb7 (patch) | |
tree | a878125b7274e93892ee2c4063ce22f6ffd57a5d /configure | |
parent | fa2882a47228b7588370aa6e48e71232a74ea69e (diff) | |
download | cpython-29fc4e99e76667a3950370500423b50a66bc5fb7.tar.gz |
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.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |