From 52e82b22b0c609f6996158c702d98e0ef133edfa Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Mon, 7 Mar 2005 18:28:20 +0000 Subject: [PATCH] Don't enable the mediactrl on jaguar git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32636 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- wxPython/distrib/mac/wxPythonOSX/build | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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 -- 2.50.0