diff --git a/configure b/configure index f835a5f2e2..9a25fc981f 100755 --- a/configure +++ b/configure @@ -37087,6 +37087,7 @@ if test "$wxUSE_MAC" = 1 ; then else EXTRA_FRAMEWORKS="-framework IOKit -framework Carbon -framework Cocoa -framework AudioToolbox -framework System" + if test "$wxUSE_MEDIACTRL" = "yes"; then if test "$cross_compiling" != "no"; then wx_cv_target_x86_64=no @@ -37119,6 +37120,8 @@ $as_echo "$wx_cv_target_x86_64" >&6; } if test "$wx_cv_target_x86_64" != "yes"; then EXTRA_FRAMEWORKS="$EXTRA_FRAMEWORKS -framework QuickTime" fi + + fi fi fi fi diff --git a/configure.in b/configure.in index 6a23ca0ed1..f98206377f 100644 --- a/configure.in +++ b/configure.in @@ -7503,6 +7503,7 @@ if test "$wxUSE_MAC" = 1 ; then dnl in 64 bit builds results in a warning because the framework is dnl not available in 64 bits itself. So make an effort to avoid it dnl when building for 64 bits only (i.e. not universal build). + if test "$wxUSE_MEDIACTRL" = "yes"; then if test "$cross_compiling" != "no"; then dnl The check below doesn't work well when cross-compiling @@ -7529,6 +7530,8 @@ if test "$wxUSE_MAC" = 1 ; then if test "$wx_cv_target_x86_64" != "yes"; then EXTRA_FRAMEWORKS="$EXTRA_FRAMEWORKS -framework QuickTime" fi + + fi fi fi fi