Configured default mac to build for X windows instead of the incomplete
carbon implementation.
This commit is contained in:
parent
ab0a693891
commit
a8c6b5e5ee
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue