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
This commit is contained in:
Matthias Melcher 2010-03-10 22:37:22 +00:00
parent a3a9305428
commit 5c0f4f62f1

View File

@ -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)