Regenerate.

This commit is contained in:
Andreas Schwab 2004-02-01 16:40:34 +00:00
parent 679be51789
commit c14dc0edf2

6
configure vendored
View file

@ -2610,6 +2610,12 @@ _ACEOF
machine=powermac opsys=darwin
# Define CPP as follows to make autoconf work correctly.
CPP="${CC-cc} -E -no-cpp-precomp"
# Use fink packages if available.
if test -d /sw/include && test -d /sw/lib; then
GCC_TEST_OPTIONS="-I/sw/include -L/sw/lib"
CPP="${CPP} ${GCC_TEST_OPTIONS}"
NON_GCC_TEST_OPTIONS=${GCC_TEST_OPTIONS}
fi
;;
## AMD x86-64 Linux-based GNU system