comparison configure.in @ 53727:c85ffeab5831

<darwin>: Use fink packages if available.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Tue, 27 Jan 2004 16:46:34 +0000
parents 09376ac9647f
children eda36a85f9fd
comparison
equal deleted inserted replaced
53726:f37373c2902a 53727:c85ffeab5831
1133 ## Darwin / Mac OS X 1133 ## Darwin / Mac OS X
1134 powerpc-apple-darwin* ) 1134 powerpc-apple-darwin* )
1135 machine=powermac opsys=darwin 1135 machine=powermac opsys=darwin
1136 # Define CPP as follows to make autoconf work correctly. 1136 # Define CPP as follows to make autoconf work correctly.
1137 CPP="${CC-cc} -E -no-cpp-precomp" 1137 CPP="${CC-cc} -E -no-cpp-precomp"
1138 # Use fink packages if available.
1139 if test -d /sw/include && test -d /sw/lib; then
1140 GCC_TEST_OPTIONS="-I/sw/include -L/sw/lib"
1141 CPP="${CPP} ${GCC_TEST_OPTIONS}"
1142 NON_GCC_TEST_OPTIONS=${GCC_TEST_OPTIONS}
1143 fi
1138 ;; 1144 ;;
1139 1145
1140 ## AMD x86-64 Linux-based GNU system 1146 ## AMD x86-64 Linux-based GNU system
1141 x86_64-*-linux-gnu* ) 1147 x86_64-*-linux-gnu* )
1142 machine=amdx86-64 opsys=gnu-linux 1148 machine=amdx86-64 opsys=gnu-linux