X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/35b581415582544dc4c53a4f91410e6dbc295e23..0b9cd93cad6513d2f7b08b9b2f1eea2bac5d902a:/configure.in diff --git a/configure.in b/configure.in index becc12be82..b2c7d5d36b 100644 --- a/configure.in +++ b/configure.in @@ -3183,7 +3183,7 @@ dnl --------------------------------------------------------------------------- if test "$wxUSE_DIRECTSHOW" = "yes"; then AC_DEFINE(wxUSE_DIRECTSHOW) LIBS="$LIBS -lstrmiids" - if + fi fi fi @@ -5838,7 +5838,7 @@ 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"; -o "$wxUSE_MEDIACTRL" = "yes"; then + if test "$wxUSE_SOUND" = "yes" || test "$wxUSE_MEDIACTRL" = "yes"; then LDFLAGS="$LDFLAGS -framework QuickTime" fi if test "$USE_DARWIN" = 1; then