]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix darwin386 configuration issue
authorSteven Tamm <steventamm@mac.com>
Tue, 25 Oct 2005 01:09:39 +0000 (01:09 +0000)
committerSteven Tamm <steventamm@mac.com>
Tue, 25 Oct 2005 01:09:39 +0000 (01:09 +0000)
ChangeLog
configure
configure.in

index 5fe69b9824bfbad95f68de6ba43d47faa838b1db..6a3343afb0ba761066c1af0b0a4d469dd6fd1695 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
index dd440dc2b799dff2d62f8b71af8a39681ed6dafe..d19ecefe27c9832148c9e63fe3b5fbf8862c4d5f 100755 (executable)
--- 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
index 4c1dda688966cbd35ebdf046c017f32ff26c515b..628bfcad4d1cf8d9d19a67a4a845baef6e72743f 100644 (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 ;;