diff options
author | Steven Tamm <steventamm@mac.com> | 2005-06-09 03:43:37 +0000 |
---|---|---|
committer | Steven Tamm <steventamm@mac.com> | 2005-06-09 03:43:37 +0000 |
commit | 23fd4483157b7e387fe75965fc2c4a4cba8ad585 (patch) | |
tree | 3ea99e722e6da14de97292734a82132d896db757 /configure | |
parent | 427c5b1be2e6473c6792b375c8976c88e77570f7 (diff) | |
download | emacs-23fd4483157b7e387fe75965fc2c4a4cba8ad585.tar.gz |
configure.in: Support Darwin/MacOSX on Intel
configure: Regenerate.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/configure b/configure index 3458c4c2ae6..22addee9fc0 100755 --- a/configure +++ b/configure @@ -2529,6 +2529,9 @@ _ACEOF 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 ;; |