Don't enable the mediactrl on jaguar

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32636 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn 2005-03-07 18:28:20 +00:00
parent e9b64c5ea8
commit 52e82b22b0

View File

@ -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