Mercurial > emacs
changeset 53774:51a648ff0fe0
Regenerate.
author | Andreas Schwab <schwab@suse.de> |
---|---|
date | Sun, 01 Feb 2004 16:40:34 +0000 |
parents | 6becf34c6cfe |
children | 68f86fa2b022 |
files | configure |
diffstat | 1 files changed, 6 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/configure Sun Feb 01 16:27:34 2004 +0000 +++ b/configure Sun Feb 01 16:40:34 2004 +0000 @@ -2610,6 +2610,12 @@ 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