From 0af3db72c54d99c49a926d65b4e7596823996404 Mon Sep 17 00:00:00 2001 From: D G Turner Date: Sat, 18 Jan 2014 12:56:39 +0000 Subject: 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. --- configure | 1 + 1 file changed, 1 insertion(+) (limited to 'configure') 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' -- cgit v1.2.3