Skip to content

Commit

Permalink
Add AutoToolbox framework
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52015 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
  • Loading branch information
RobinD42 committed Feb 22, 2008
1 parent 65daa72 commit 663ee0b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions configure
@@ -1,5 +1,5 @@
#! /bin/sh
# From configure.in Id: configure.in 51632 2008-02-10 17:03:23Z VZ .
# From configure.in Id: configure.in 51895 2008-02-18 22:50:15Z DE .
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.61 for wxWidgets 2.9.0.
#
Expand Down Expand Up @@ -46534,7 +46534,7 @@ if test "$wxUSE_MAC" = 1 ; then
fi
fi
if test "$USE_DARWIN" = 1; then
LDFLAGS="$LDFLAGS -framework IOKit -framework Carbon -framework Cocoa -framework System"
LDFLAGS="$LDFLAGS -framework IOKit -framework Carbon -framework Cocoa -framework AudioToolbox -framework System"
else
LDFLAGS="$LDFLAGS -lCarbonLib"
fi
Expand Down
2 changes: 1 addition & 1 deletion configure.in
Expand Up @@ -7215,7 +7215,7 @@ if test "$wxUSE_MAC" = 1 ; then
fi
fi
if test "$USE_DARWIN" = 1; then
LDFLAGS="$LDFLAGS -framework IOKit -framework Carbon -framework Cocoa -framework System"
LDFLAGS="$LDFLAGS -framework IOKit -framework Carbon -framework Cocoa -framework AudioToolbox -framework System"
else
LDFLAGS="$LDFLAGS -lCarbonLib"
fi
Expand Down

0 comments on commit 663ee0b

Please sign in to comment.