Regenerate.
This commit is contained in:
parent
679be51789
commit
c14dc0edf2
1 changed files with 6 additions and 0 deletions
6
configure
vendored
6
configure
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue