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