diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2006-10-19 16:01:37 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2006-10-19 16:01:37 (GMT) |
commit | c1d7597b1dfa5983eddbab0abbc431a8bc559401 (patch) | |
tree | cb839618d8032200667c2dea272783f7f938110f /configure | |
parent | a811c38d8e822c23d899dec64a12cd025b01e65e (diff) | |
download | cpython-c1d7597b1dfa5983eddbab0abbc431a8bc559401.zip cpython-c1d7597b1dfa5983eddbab0abbc431a8bc559401.tar.gz cpython-c1d7597b1dfa5983eddbab0abbc431a8bc559401.tar.bz2 |
Restore CFLAGS after checking for __attribute__
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: 52363 . +# From configure.in Revision: 52387 . # Guess values for system-dependent variables and create Makefiles. # Generated by GNU Autoconf 2.59 for python 2.6. # @@ -4098,6 +4098,7 @@ echo "${ECHO_T}no" >&6 fi rm -f conftest.err conftest.$ac_objext conftest.$ac_ext + CFLAGS=$save_CFLAGS fi # On some compilers, pthreads are available without further options |