From a8c6b5e5ee9c2a64760ec63bb6c0e2e84ffd9206 Mon Sep 17 00:00:00 2001 From: crs Date: Tue, 4 May 2004 19:44:51 +0000 Subject: [PATCH] Configured default mac to build for X windows instead of the incomplete carbon implementation. --- configure.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/configure.in b/configure.in index c4fc8c28..8d19d2d9 100644 --- a/configure.in +++ b/configure.in @@ -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"