CONFIGURE: Remove 16Bit graphics support from the GP2X backend.

This should not have been committed with r52600, 
the GP2X backend refactor it needs is not yet ready to commit.

svn-id: r52601
This commit is contained in:
John Willis 2010-09-06 18:06:47 +00:00
parent fdb2a58bc2
commit 871aa65a83

2
configure vendored
View file

@ -1923,7 +1923,7 @@ fi
# Enable 16bit support only for backends which support it
#
case $_backend in
caanoo | dreamcast | dingux | gp2x | gp2xwiz | openpandora | samsungtv | sdl | wii | psp)
caanoo | dreamcast | dingux | gp2xwiz | openpandora | samsungtv | sdl | wii | psp)
if test "$_16bit" = auto ; then
_16bit=yes
else