Commit c1d7597b authored by Martin v. Löwis's avatar Martin v. Löwis

Restore CFLAGS after checking for __attribute__

parent a811c38d
#! /bin/sh #! /bin/sh
# From configure.in Revision: 52363 . # From configure.in Revision: 52387 .
# Guess values for system-dependent variables and create Makefiles. # Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.59 for python 2.6. # Generated by GNU Autoconf 2.59 for python 2.6.
# #
...@@ -4098,6 +4098,7 @@ echo "${ECHO_T}no" >&6 ...@@ -4098,6 +4098,7 @@ echo "${ECHO_T}no" >&6
fi fi
rm -f conftest.err conftest.$ac_objext conftest.$ac_ext rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
CFLAGS=$save_CFLAGS
fi fi
# On some compilers, pthreads are available without further options # On some compilers, pthreads are available without further options
......
...@@ -903,6 +903,7 @@ then ...@@ -903,6 +903,7 @@ then
AC_MSG_RESULT(yes), AC_MSG_RESULT(yes),
AC_MSG_RESULT(no) AC_MSG_RESULT(no)
) )
CFLAGS=$save_CFLAGS
fi fi
# On some compilers, pthreads are available without further options # On some compilers, pthreads are available without further options
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment