aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcus Comstedt2013-05-12 13:36:42 +0200
committerMarcus Comstedt2013-05-12 16:26:56 +0200
commit38b67791360441a0066d0ea394bf054854968e44 (patch)
tree6c23ada6d9c0d3d35cf3396237a793a10f93c7af
parente9e18cd6b9dfed98916ffc4b15a5a403a3fdd532 (diff)
downloadscummvm-rg350-38b67791360441a0066d0ea394bf054854968e44.tar.gz
scummvm-rg350-38b67791360441a0066d0ea394bf054854968e44.tar.bz2
scummvm-rg350-38b67791360441a0066d0ea394bf054854968e44.zip
CONFIGURE: Fix 16bit test for Dreamcast
The Dreamcast backend is called "dc", not "dreamcast".
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index db347c160d..5016a86239 100755
--- a/configure
+++ b/configure
@@ -2869,7 +2869,7 @@ esac
# Enable 16bit support only for backends which support it
#
case $_backend in
- android | bada | dingux | dreamcast | gph | iphone | maemo | openpandora | psp | samsungtv | sdl | webos | wii)
+ android | bada | dingux | dc | gph | iphone | maemo | openpandora | psp | samsungtv | sdl | webos | wii)
if test "$_16bit" = auto ; then
_16bit=yes
else