Restore CFLAGS after checking for __attribute__

This commit is contained in:
Martin v. Löwis 2006-10-19 16:01:37 +00:00
parent a811c38d8e
commit c1d7597b1d
2 changed files with 3 additions and 1 deletions

3
configure vendored
View File

@ -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

View 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