]> git.saurik.com Git - wxWidgets.git/commitdiff
Don't enable the mediactrl on jaguar
authorRobin Dunn <robin@alldunn.com>
Mon, 7 Mar 2005 18:28:20 +0000 (18:28 +0000)
committerRobin Dunn <robin@alldunn.com>
Mon, 7 Mar 2005 18:28:20 +0000 (18:28 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32636 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

wxPython/distrib/mac/wxPythonOSX/build

index 3f0152d5d0560c40a988acc3c6f4b08360d97ea6..ceaee33a99e5b9551750bf2292efbca5d2773cea 100755 (executable)
@@ -201,6 +201,9 @@ echo "Using source tree: $WXDIR"
 
 #----------------------------------------------------------------------
 
+if [ $KIND = panther ]; then 
+    OTHER_CFG_OPTS=--enable-mediactrl
+fi
 
 # Configure wxWidgets
 if [ $skipconfig != yes ]; then
@@ -215,8 +218,7 @@ if [ $skipconfig != yes ]; then
        --enable-debug_flag \
        --enable-precomp=no \
        --enable-optimise \
-       $UNICODEOPT
-
+       $UNICODEOPT $OTHER_CFG_OPTS
 
 fi