summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorSteven Tamm <steventamm@mac.com>2005-06-09 03:43:37 +0000
committerSteven Tamm <steventamm@mac.com>2005-06-09 03:43:37 +0000
commit6e694cacca492788359d5f6f237d505fb9966400 (patch)
tree6aba9603a3dddb0ebbf0fde77cbd2bdf69a40c22 /configure.in
parent93b994fd6e3a7a6fada4914e7ab2ec51bb3584e3 (diff)
downloademacs-6e694cacca492788359d5f6f237d505fb9966400.tar.gz
configure.in: Support Darwin/MacOSX on Intel
configure: Regenerate.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index 884e3309e42..d8ded5d08af 100644
--- a/configure.in
+++ b/configure.in
@@ -1080,6 +1080,9 @@ dnl see the `changequote' comment above.
machine=intel386
case "${canonical}" in
*-cygwin ) opsys=cygwin ;;
+ *-darwin ) opsys=darwin
+ CPP="${CC-cc} -E -no-cpp-precomp"
+ ;;
*-lynxos* ) opsys=lynxos ;;
*-isc1.* | *-isc2.[01]* ) opsys=386-ix ;;
*-isc2.2* ) opsys=isc2-2 ;;