]> git.saurik.com Git - wxWidgets.git/commitdiff
Add AutoToolbox framework
authorRobin Dunn <robin@alldunn.com>
Fri, 22 Feb 2008 22:27:39 +0000 (22:27 +0000)
committerRobin Dunn <robin@alldunn.com>
Fri, 22 Feb 2008 22:27:39 +0000 (22:27 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52015 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

configure
configure.in

index bc37475e62b824eb967b66e73c20ed20d83a9c91..ee2fb41cf7dc6835d194f8c6aebcdf3631a82ed5 100755 (executable)
--- 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
index 5ea5be3eb948c94b42b7dda9c124ab8140c1a2cd..f378c77574fe5a432539dfd06cdb9118c2d76f98 100644 (file)
@@ -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