]> git.saurik.com Git - wxWidgets.git/blobdiff - configure.in
Remove wxT from prototype
[wxWidgets.git] / configure.in
index b54ebe233201a635c7c14934899af96577ed7e93..8b0c1250b88292ee4791b8f4995b72f1677170c6 100644 (file)
@@ -7562,6 +7562,11 @@ if test "$wxUSE_MEDIACTRL" = "yes" -o "$wxUSE_MEDIACTRL" = "auto"; then
         else
             USE_MEDIA=0
         fi
         else
             USE_MEDIA=0
         fi
+
+    elif test "$wxUSE_MAC" = 1; then 
+         dnl We always have the necessary libraries under Mac 
+         dnl but we need to link with it explicitly.
+         GST_LIBS="-framework QTKit"
     fi
 
     if test $USE_MEDIA = 1; then
     fi
 
     if test $USE_MEDIA = 1; then