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:
parent
aaa0a19a94
commit
9164c0e4b1
@ -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.
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user