diff options
author | Marcus Comstedt | 2013-05-12 13:36:42 +0200 |
---|---|---|
committer | Marcus Comstedt | 2013-05-12 16:26:56 +0200 |
commit | 38b67791360441a0066d0ea394bf054854968e44 (patch) | |
tree | 6c23ada6d9c0d3d35cf3396237a793a10f93c7af /configure | |
parent | e9e18cd6b9dfed98916ffc4b15a5a403a3fdd532 (diff) | |
download | scummvm-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".
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |