aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Schwab2004-02-01 16:40:34 +0000
committerAndreas Schwab2004-02-01 16:40:34 +0000
commitc14dc0edf230d5e9757ec3197313b67dde4d46b3 (patch)
tree8d8597bc1e33b4b29aeac17585bfa7800d12d1e6
parent679be51789b7ffd4cb90662cbd89bfad36a84bb0 (diff)
downloademacs-c14dc0edf230d5e9757ec3197313b67dde4d46b3.tar.gz
emacs-c14dc0edf230d5e9757ec3197313b67dde4d46b3.zip
Regenerate.
-rwxr-xr-xconfigure6
1 files changed, 6 insertions, 0 deletions
diff --git a/configure b/configure
index 1616a51eb46..ce011807fb2 100755
--- a/configure
+++ b/configure
@@ -2610,6 +2610,12 @@ _ACEOF
2610 machine=powermac opsys=darwin 2610 machine=powermac opsys=darwin
2611 # Define CPP as follows to make autoconf work correctly. 2611 # Define CPP as follows to make autoconf work correctly.
2612 CPP="${CC-cc} -E -no-cpp-precomp" 2612 CPP="${CC-cc} -E -no-cpp-precomp"
2613 # Use fink packages if available.
2614 if test -d /sw/include && test -d /sw/lib; then
2615 GCC_TEST_OPTIONS="-I/sw/include -L/sw/lib"
2616 CPP="${CPP} ${GCC_TEST_OPTIONS}"
2617 NON_GCC_TEST_OPTIONS=${GCC_TEST_OPTIONS}
2618 fi
2613 ;; 2619 ;;
2614 2620
2615 ## AMD x86-64 Linux-based GNU system 2621 ## AMD x86-64 Linux-based GNU system