From: Robin Dunn Date: Mon, 7 Mar 2005 18:28:20 +0000 (+0000) Subject: Don't enable the mediactrl on jaguar X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/52e82b22b0c609f6996158c702d98e0ef133edfa Don't enable the mediactrl on jaguar git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32636 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/wxPython/distrib/mac/wxPythonOSX/build b/wxPython/distrib/mac/wxPythonOSX/build index 3f0152d5d0..ceaee33a99 100755 --- a/wxPython/distrib/mac/wxPythonOSX/build +++ b/wxPython/distrib/mac/wxPythonOSX/build @@ -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