Configured default mac to build for X windows instead of the incomplete

carbon implementation.
This commit is contained in:
crs 2004-05-04 19:44:51 +00:00
parent ab0a693891
commit a8c6b5e5ee
1 changed files with 2 additions and 1 deletions

View File

@ -38,7 +38,8 @@ case $host in
;;
*-*-darwin*)
acx_host_arch="UNIX"
acx_host_winapi="CARBON"
acx_host_winapi="XWINDOWS"
# acx_host_winapi="CARBON"
;;
*)
acx_host_arch="UNIX"