diff options
author | Steven Tamm <steventamm@mac.com> | 2005-10-25 01:09:39 +0000 |
---|---|---|
committer | Steven Tamm <steventamm@mac.com> | 2005-10-25 01:09:39 +0000 |
commit | eae5401854b60c4189f051fca5389d85955a3550 (patch) | |
tree | e45ec4df48df15b3a77fa4e0a51d0a73ae3ff097 /configure | |
parent | 788c3ebeb2db8cfbda68dadc78fa5aa9825f4cd2 (diff) | |
download | emacs-eae5401854b60c4189f051fca5389d85955a3550.tar.gz |
Fix darwin386 configuration issue
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/configure b/configure index dd440dc2b79..d19ecefe27c 100755 --- a/configure +++ b/configure @@ -2571,7 +2571,7 @@ _ACEOF machine=intel386 case "${canonical}" in *-cygwin ) opsys=cygwin ;; - *-darwin ) opsys=darwin + *-darwin* ) opsys=darwin CPP="${CC-cc} -E -no-cpp-precomp" ;; *-isc1.* | *-isc2.[01]* ) opsys=386-ix ;; @@ -2629,12 +2629,6 @@ _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 |