CONFIGURE: Disable taskbar integration for Dreamcast.

This caused an exception if a error() call occurs, rather than a
clean exit. This occurred in the defaultErrorHandler() function of
engines/engine.cpp, probably due to g_system->getTaskbarManager()
returning a null pointer.
This commit is contained in:
D G Turner 2014-01-18 12:56:39 +00:00
parent 64a58316aa
commit 0af3db72c5

1
configure vendored
View File

@ -2427,6 +2427,7 @@ if test -n "$_host"; then
CXXFLAGS="$CXXFLAGS -fno-delayed-branch"
_backend="dc"
_build_scalers=no
_taskbar=no
_mad=yes
_zlib=yes
add_line_to_config_mk 'ronindir = /usr/local/ronin'