From e586e41df32c832533498ea220941f75751b0796 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Thu, 22 Jul 2004 00:44:39 +0000 Subject: [PATCH] Add -framework QuickTime if --enable-sound git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28373 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- configure.in | 3 +++ 1 file changed, 3 insertions(+) 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 -- 2.45.2