]> git.eshelyaron.com Git - emacs.git/commitdiff
Regenerate.
authorAndreas Schwab <schwab@suse.de>
Sun, 1 Feb 2004 16:40:34 +0000 (16:40 +0000)
committerAndreas Schwab <schwab@suse.de>
Sun, 1 Feb 2004 16:40:34 +0000 (16:40 +0000)
configure

index 1616a51eb46f4d3d8368c40d06dd53c769f265e2..ce011807fb275bd5a3aca3883320b3893c4d325d 100755 (executable)
--- a/configure
+++ b/configure
@@ -2610,6 +2610,12 @@ _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