aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 2aea6cd8e8..ae01ecc183 100755
--- a/configure
+++ b/configure
@@ -3850,7 +3850,7 @@ esac
# Enable High resolution engines (>320x240) support only for backends which support it
#
case $_host in
- ds | gcw0)
+ ds)
if test "$_highres" = yes ; then
_highres=yes
else