X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/48112931db13755d350cb37276ecb5f1de1c76ce..cb8289465de165d669fca6a97a4a60cfcc9e03b1:/configure.in diff --git a/configure.in b/configure.in index fa6efa7c6d..e692124502 100644 --- a/configure.in +++ b/configure.in @@ -5852,6 +5852,9 @@ dnl note that we always link with -lm except for Mac OS X dnl extended.c uses floor() and is always linked in if test "$wxUSE_MAC" = 1 ; then + if test "$wxUSE_SOUND" = "yes"; then + LDFLAGS="$LDFLAGS -framework QuickTime" + fi LDFLAGS="$LDFLAGS -framework Carbon -framework Cocoa -framework WebKit -framework System" fi if test "$wxUSE_COCOA" = 1 ; then