changeset 66415:3fec2fc6ed38

Fix darwin386 configuration issue
author Steven Tamm <steventamm@mac.com>
date Tue, 25 Oct 2005 01:09:39 +0000
parents 45648bb291a5
children d6cf60ad57dd
files ChangeLog configure configure.in
diffstat 3 files changed, 7 insertions(+), 8 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Tue Oct 25 01:06:22 2005 +0000
+++ b/ChangeLog	Tue Oct 25 01:09:39 2005 +0000
@@ -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.
--- a/configure	Tue Oct 25 01:06:22 2005 +0000
+++ b/configure	Tue Oct 25 01:09:39 2005 +0000
@@ -2571,7 +2571,7 @@
     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 @@
     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
--- a/configure.in	Tue Oct 25 01:06:22 2005 +0000
+++ b/configure.in	Tue Oct 25 01:09:39 2005 +0000
@@ -1089,7 +1089,7 @@
     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 ;;