]> git.saurik.com Git - wxWidgets.git/blobdiff - configure.in
Removed the rest of the include. Thanks Robin.
[wxWidgets.git] / configure.in
index becc12be8248b0d72c0b4498cd133de4b2a6d049..4fad298b3197369b0db0f5bbd3089b484c45001c 100644 (file)
@@ -3183,8 +3183,10 @@ dnl ---------------------------------------------------------------------------
        if test "$wxUSE_DIRECTSHOW" = "yes"; then
           AC_DEFINE(wxUSE_DIRECTSHOW)
            LIBS="$LIBS -lstrmiids"          
-       if
+       fi
     fi
+    
+    AC_DEFINE(wxUSE_MEDIACTRL)
 fi
 
 dnl ---------------------------------------------------------------------------
@@ -5838,7 +5840,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