diff options
Diffstat (limited to 'configure')
| -rwxr-xr-x | configure | 8 |
1 files changed, 1 insertions, 7 deletions
| @@ -2571,7 +2571,7 @@ _ACEOF | |||
| 2571 | machine=intel386 | 2571 | machine=intel386 |
| 2572 | case "${canonical}" in | 2572 | case "${canonical}" in |
| 2573 | *-cygwin ) opsys=cygwin ;; | 2573 | *-cygwin ) opsys=cygwin ;; |
| 2574 | *-darwin ) opsys=darwin | 2574 | *-darwin* ) opsys=darwin |
| 2575 | CPP="${CC-cc} -E -no-cpp-precomp" | 2575 | CPP="${CC-cc} -E -no-cpp-precomp" |
| 2576 | ;; | 2576 | ;; |
| 2577 | *-isc1.* | *-isc2.[01]* ) opsys=386-ix ;; | 2577 | *-isc1.* | *-isc2.[01]* ) opsys=386-ix ;; |
| @@ -2629,12 +2629,6 @@ _ACEOF | |||
| 2629 | machine=powermac opsys=darwin | 2629 | machine=powermac opsys=darwin |
| 2630 | # Define CPP as follows to make autoconf work correctly. | 2630 | # Define CPP as follows to make autoconf work correctly. |
| 2631 | CPP="${CC-cc} -E -no-cpp-precomp" | 2631 | CPP="${CC-cc} -E -no-cpp-precomp" |
| 2632 | # Use fink packages if available. | ||
| 2633 | if test -d /sw/include && test -d /sw/lib; then | ||
| 2634 | GCC_TEST_OPTIONS="-I/sw/include -L/sw/lib" | ||
| 2635 | CPP="${CPP} ${GCC_TEST_OPTIONS}" | ||
| 2636 | NON_GCC_TEST_OPTIONS=${GCC_TEST_OPTIONS} | ||
| 2637 | fi | ||
| 2638 | ;; | 2632 | ;; |
| 2639 | 2633 | ||
| 2640 | ## AMD x86-64 Linux-based GNU system | 2634 | ## AMD x86-64 Linux-based GNU system |