]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/distrib/mac/wxPythonOSX/build
disable debugreport option
[wxWidgets.git] / wxPython / distrib / mac / wxPythonOSX / build
index 3f0152d5d0560c40a988acc3c6f4b08360d97ea6..fbe9a17c1e03df5aa1b2d84d48fa6ef0c416b0c7 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,8 @@ if [ $skipconfig != yes ]; then
        --enable-debug_flag \
        --enable-precomp=no \
        --enable-optimise \
-       $UNICODEOPT
-
+       --disable-debugreport \
+       $UNICODEOPT $OTHER_CFG_OPTS
 
 fi