]> git.eshelyaron.com Git - emacs.git/commitdiff
Stop adding Fink directories to search path on OS X
authorGlenn Morris <rgm@gnu.org>
Fri, 18 May 2012 07:14:45 +0000 (00:14 -0700)
committerGlenn Morris <rgm@gnu.org>
Fri, 18 May 2012 07:14:45 +0000 (00:14 -0700)
* configure.in (GCC_TEST_OPTIONS, NON_GCC_TEST_OPTIONS) <darwin>:
No longer unconditonally add /sw directories.

* etc/NEWS: Mention this.

Fixes: debbugs:2280
ChangeLog
configure.in
etc/NEWS

index f6f13a4f07cfc57a5ecc4196cea4bb2c786b91dd..e8bd7061222b46f4f94d161d2ec4fb102cfd48a4 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2012-05-18  Glenn Morris  <rgm@gnu.org>
 
+       * configure.in (GCC_TEST_OPTIONS, NON_GCC_TEST_OPTIONS) <darwin>:
+       No longer unconditonally add /sw directories.  (Bug#2280)
+
        * Makefile.in (install-arch-dep): Depend on install-arch-indep.
        (install-arch-indep): Depend on install-leim.
        (install): Remove explicit install-leim dependence.
index 0844cc2ecb62bc80d71e25776ab604972a1dba9b..6b16b4356b06e46b91b40560ca3b235cf987bd72 100644 (file)
@@ -492,12 +492,12 @@ case "${canonical}" in
       * )            unported=yes ;;
     esac
     opsys=darwin
-    # Use fink packages if available.
-    # FIXME?  Is it really our business to decide this for the user?
-    if test -d /sw/include && test -d /sw/lib; then
-      GCC_TEST_OPTIONS="-I/sw/include -L/sw/lib"
-      NON_GCC_TEST_OPTIONS=${GCC_TEST_OPTIONS}
-    fi
+    ## Use fink packages if available.
+    ## FIXME find a better way to do this: http://debbugs.gnu.org/11507
+##    if test -d /sw/include && test -d /sw/lib; then
+##      GCC_TEST_OPTIONS="-I/sw/include -L/sw/lib"
+##      NON_GCC_TEST_OPTIONS=${GCC_TEST_OPTIONS}
+##    fi
   ;;
 
   ## HP 9000 series 700 and 800, running HP/UX
index d27b27cb138f7f57dce168929cf36da3c001833a..f6a5bcda48035cf3a561bad961037f939e3317cc 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -37,6 +37,10 @@ may be useful.
 /usr/pkg/lib to the linker search path.  You must add them yourself if
 you want them.
 
+---
+** On Mac OS X, configure no longer automatically adds the Fink /sw
+directories to the search path.  You must add them yourself if you want them.
+
 \f
 * Startup Changes in Emacs 24.2