From 38b67791360441a0066d0ea394bf054854968e44 Mon Sep 17 00:00:00 2001 From: Marcus Comstedt Date: Sun, 12 May 2013 13:36:42 +0200 Subject: CONFIGURE: Fix 16bit test for Dreamcast The Dreamcast backend is called "dc", not "dreamcast". --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure') 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 -- cgit v1.2.3