aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorD G Turner2014-01-18 12:56:39 +0000
committerD G Turner2014-01-18 12:56:39 +0000
commit0af3db72c54d99c49a926d65b4e7596823996404 (patch)
tree569c0eebfcb528033a4f011f0e24ae65035295c9
parent64a58316aa3f54150d0a2f0dce47249e19627af1 (diff)
downloadscummvm-rg350-0af3db72c54d99c49a926d65b4e7596823996404.tar.gz
scummvm-rg350-0af3db72c54d99c49a926d65b4e7596823996404.tar.bz2
scummvm-rg350-0af3db72c54d99c49a926d65b4e7596823996404.zip
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.
-rwxr-xr-xconfigure1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure b/configure
index 117d44e48e..db78feb43e 100755
--- a/configure
+++ b/configure
@@ -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'