diff options
| author | Manolo Gouy <Manolo> | 2010-12-29 11:33:42 +0000 |
|---|---|---|
| committer | Manolo Gouy <Manolo> | 2010-12-29 11:33:42 +0000 |
| commit | dbb7be0fee67849f79c5f3e054462022820b56d6 (patch) | |
| tree | 9b1eb79ad678d8c10129e7ecb1eb09128fb158d0 /configure.in | |
| parent | d3d16a354ea61e9c893193e4ad17acc4316e5ac9 (diff) | |
Mac OS X: removed dependency from AudioToolbox.framework by calling NSBeep() from Cocoa.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@8135 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'configure.in')
| -rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 311edeaea..51d16dc32 100644 --- a/configure.in +++ b/configure.in @@ -843,7 +843,7 @@ case $uname_GUI in Darwin*) # MacOS X uses Cocoa for graphics. There are still some Carbon leftovers. - LIBS="$LIBS -framework Cocoa -framework Carbon -framework AudioToolbox" + LIBS="$LIBS -framework Cocoa -framework Carbon" if test x$have_pthread = xyes; then AC_DEFINE(HAVE_PTHREAD) |
