Ticket #30581: patch
File patch, 593 bytes (added by ballapete (Peter "Pete" Dyballa), 13 years ago) |
---|
-
configure
old new 3166 3166 # Define CPP as follows to make autoconf work correctly. 3167 3167 CPP="${CC-cc} -E -no-cpp-precomp" 3168 3168 # Use fink packages if available. 3169 if test -d / sw/include && test -d /sw/lib; then3170 GCC_TEST_OPTIONS="-I/ sw/include -L/sw/lib"3169 if test -d /opt/local/include && test -d /opt/local/lib; then 3170 GCC_TEST_OPTIONS="-I/opt/local/include -L/opt/local/lib" 3171 3171 CPP="${CPP} ${GCC_TEST_OPTIONS}" 3172 3172 NON_GCC_TEST_OPTIONS=${GCC_TEST_OPTIONS} 3173 3173 fi