1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-21 06:55:39 +00:00

* configure.in: Restore accidentally removed use of

GCC_TEST_OPTIONS/NON_GCC_TEST_OPTIONS.
This commit is contained in:
Andreas Schwab 2010-08-04 23:48:36 +02:00
parent aaa0a19a94
commit 9164c0e4b1
3 changed files with 229 additions and 203 deletions

View File

@ -1,3 +1,8 @@
2010-08-04 Andreas Schwab <schwab@linux-m68k.org>
* configure.in: Restore accidentally removed use of
GCC_TEST_OPTIONS/NON_GCC_TEST_OPTIONS.
2010-07-29 Chad Brown <yandros@mit.edu>
* configure.in: Check for dirent.h.

421
configure vendored

File diff suppressed because it is too large Load Diff

View File

@ -722,6 +722,12 @@ then
CC="$NON_GNU_CC"
fi
if test x$GCC = xyes; then
test "x$GCC_TEST_OPTIONS" != x && CC="$CC $GCC_TEST_OPTIONS"
else
test "x$NON_GCC_TEST_OPTIONS" != x && CC="$CC $NON_GCC_TEST_OPTIONS"
fi
dnl checks for Unix variants
AC_USE_SYSTEM_EXTENSIONS