From c722d65fbd9be59bd8698149e3cc1a98096fc345 Mon Sep 17 00:00:00 2001 From: Dan Gudmundsson Date: Mon, 17 Dec 2012 16:37:32 +0100 Subject: wx: Allow 64 bits compilation on mac, requires wxWidgets-2.9 Testing using wxWidgets-2.9 on mac --- erts/configure.in | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'erts/configure.in') diff --git a/erts/configure.in b/erts/configure.in index 3256b0cb59..89b38718d8 100644 --- a/erts/configure.in +++ b/erts/configure.in @@ -735,12 +735,8 @@ esac AC_MSG_CHECKING(if VM has to be linked with Carbon framework) case $ARCH-$OPSYS in - amd64-darwin*) - LIBCARBON= - AC_MSG_RESULT([no]) - ;; *-darwin*) - LIBCARBON="-framework Carbon " + LIBCARBON="-framework Carbon -framework Cocoa" AC_MSG_RESULT([yes]) ;; *) -- cgit v1.2.3