diff options
author | Dan Gudmundsson <[email protected]> | 2012-12-17 16:37:32 +0100 |
---|---|---|
committer | Dan Gudmundsson <[email protected]> | 2013-01-09 11:44:29 +0100 |
commit | c722d65fbd9be59bd8698149e3cc1a98096fc345 (patch) | |
tree | 65ebc8596668cc226a76918ea0cd0dfaf4c3c055 /erts/configure.in | |
parent | 0d6aa3eceb636cf864b50e7d02459e08b3c8b8ef (diff) | |
download | otp-c722d65fbd9be59bd8698149e3cc1a98096fc345.tar.gz otp-c722d65fbd9be59bd8698149e3cc1a98096fc345.tar.bz2 otp-c722d65fbd9be59bd8698149e3cc1a98096fc345.zip |
wx: Allow 64 bits compilation on mac, requires wxWidgets-2.9
Testing using wxWidgets-2.9 on mac
Diffstat (limited to 'erts/configure.in')
-rw-r--r-- | erts/configure.in | 6 |
1 files changed, 1 insertions, 5 deletions
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]) ;; *) |