From: Robin Dunn Date: Fri, 22 Feb 2008 22:27:39 +0000 (+0000) Subject: Add AutoToolbox framework X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/856da3247aa242d12c2d70723dd4f7a7f4929578 Add AutoToolbox framework git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52015 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/configure b/configure index bc37475e62..ee2fb41cf7 100755 --- a/configure +++ b/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. # @@ -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 diff --git a/configure.in b/configure.in index 5ea5be3eb9..f378c77574 100644 --- a/configure.in +++ b/configure.in @@ -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