Fix darwin386 configuration issue

This commit is contained in:
Steven Tamm 2005-10-25 01:09:39 +00:00
parent 788c3ebeb2
commit eae5401854
3 changed files with 7 additions and 8 deletions

View file

@ -1,3 +1,8 @@
2005-10-24 Steven Tamm <steventamm@mac.com>
* configure.in: Fix darwin386 configuration issue
* configure: Regenerate
2005-10-22 Eli Zaretskii <eliz@gnu.org>
* INSTALL.CVS: Add mh-autoloads to the partial rebuild procedure.

8
configure vendored
View file

@ -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

View file

@ -1089,7 +1089,7 @@ dnl see the `changequote' comment above.
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 ;;