diff options
Diffstat (limited to 'erts')
-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 3dfd3fc7b7..30bc1ef000 100644 --- a/erts/configure.in +++ b/erts/configure.in @@ -740,12 +740,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]) ;; *) |