Mercurial > emacs
diff configure @ 63160:cc61f1c86438
configure.in: Support Darwin/MacOSX on Intel
configure: Regenerate.
author | Steven Tamm <steventamm@mac.com> |
---|---|
date | Thu, 09 Jun 2005 03:43:37 +0000 |
parents | 77fa0f6c686d |
children | 5e92f971ee17 e58cb448e07c 173dee4e2611 |
line wrap: on
line diff
--- a/configure Thu Jun 09 03:37:20 2005 +0000 +++ b/configure Thu Jun 09 03:43:37 2005 +0000 @@ -2529,6 +2529,9 @@ 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 ;;