Add missing "test" to configure check for wxUSE_MEDIACTRL
This was broken by the changes of 536defd91c
.
Closes #17370.
This commit is contained in:
parent
c20739313a
commit
b4e3188876
2
configure
vendored
2
configure
vendored
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user