diff options
author | Eugene Sandulenko | 2016-03-09 16:33:27 +0100 |
---|---|---|
committer | Eugene Sandulenko | 2016-03-09 16:33:27 +0100 |
commit | 4fdef191b36ae00148a8c5898d5f0b7c606ad98a (patch) | |
tree | 7152be25e7f73882d149f15328e4252cc71c3598 | |
parent | a378e771c8d8865c2cc7355375cf23fd1fe2cffc (diff) | |
download | scummvm-rg350-4fdef191b36ae00148a8c5898d5f0b7c606ad98a.tar.gz scummvm-rg350-4fdef191b36ae00148a8c5898d5f0b7c606ad98a.tar.bz2 scummvm-rg350-4fdef191b36ae00148a8c5898d5f0b7c606ad98a.zip |
CONFIGURE: Fix options for GCW0
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3236,7 +3236,7 @@ esac # # Enable High resolution engines (>320x240) support only for backends which support it # -case $_backend in +case $_host in gcw0) if test "$_highres" = yes ; then _highres=yes |