]> granicus.if.org Git - python/commitdiff
Restore CFLAGS after checking for __attribute__
authorMartin v. Löwis <martin@v.loewis.de>
Thu, 19 Oct 2006 16:01:37 +0000 (16:01 +0000)
committerMartin v. Löwis <martin@v.loewis.de>
Thu, 19 Oct 2006 16:01:37 +0000 (16:01 +0000)
configure
configure.in

index 5d95e953e3c117df1ba5952c4211beb9aa08565c..fbdee04d0191d8f6722fd9a610e203e3b509bff2 100755 (executable)
--- a/configure
+++ b/configure
@@ -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
index 4ab84ddea86b77ef259279b0ff68c1f43fb3399a..41c0eb5d9138270897180cc03bc2d037e224dbf3 100644 (file)
@@ -903,6 +903,7 @@ then
   AC_MSG_RESULT(yes),
   AC_MSG_RESULT(no)
   )
+  CFLAGS=$save_CFLAGS
 fi
 
 # On some compilers, pthreads are available without further options