Add missing "test" to configure check for wxUSE_MEDIACTRL

This was broken by the changes of 536defd91c.

Closes #17370.
This commit is contained in:
Vadim Zeitlin 2016-02-21 16:58:09 +01:00
parent c20739313a
commit b4e3188876
2 changed files with 2 additions and 2 deletions

2
configure vendored
View File

@ -35891,7 +35891,7 @@ if test "$wxUSE_MAC" = 1 ; then
else
EXTRA_FRAMEWORKS="-framework IOKit -framework Carbon -framework Cocoa -framework AudioToolbox -framework System -framework OpenGL"
if "$wxUSE_MEDIACTRL" = "yes"; then
if test "$wxUSE_MEDIACTRL" = "yes"; then
if test "$cross_compiling" != "no"; then
wx_cv_target_x86_64=no

View File

@ -7387,7 +7387,7 @@ if test "$wxUSE_MAC" = 1 ; then
dnl linking with it in 64 bit builds results in a warning because
dnl the framework is not available in 64 bits itself. So make an
dnl effort to avoid using it unnecessarily.
if "$wxUSE_MEDIACTRL" = "yes"; then
if test "$wxUSE_MEDIACTRL" = "yes"; then
if test "$cross_compiling" != "no"; then
dnl The check below doesn't work well when cross-compiling