diff options
| -rw-r--r-- | configure.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in index 13e37f148..04b8d0bc7 100644 --- a/configure.in +++ b/configure.in @@ -828,8 +828,8 @@ case $uname_GUI in ;; Darwin*) - # MacOS X uses Carbon for graphics... - LIBS="$LIBS -framework Carbon -framework Cocoa -framework ApplicationServices" + # MacOS X uses Cocoa for graphics. There are still some Carbon leftovers. + LIBS="$LIBS -framework Carbon -framework Cocoa -framework ApplicationServices -framework AudioToolbox" if test x$have_pthread = xyes; then AC_DEFINE(HAVE_PTHREAD) |
