From 5c0f4f62f122a63554c1bb4e76bcb24b0123e755 Mon Sep 17 00:00:00 2001 From: Matthias Melcher Date: Wed, 10 Mar 2010 22:37:22 +0000 Subject: Added Audio Tools to link line to support currect version of alert sound. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7240 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- configure.in | 4 ++-- 1 file 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) -- cgit v1.2.3