diff options
author | Travis Howell | 2005-05-15 01:03:31 +0000 |
---|---|---|
committer | Travis Howell | 2005-05-15 01:03:31 +0000 |
commit | 380f187eeba1f7e00bcf62183db26f72157aa2a9 (patch) | |
tree | d7c12e612988569fdfcb652929ccafa040b854ed /configure | |
parent | 80ee8188d3d7fdd43c36a47fa68283ee78f9e8dd (diff) | |
download | scummvm-rg350-380f187eeba1f7e00bcf62183db26f72157aa2a9.tar.gz scummvm-rg350-380f187eeba1f7e00bcf62183db26f72157aa2a9.tar.bz2 scummvm-rg350-380f187eeba1f7e00bcf62183db26f72157aa2a9.zip |
Disabling SCUMM7/8 games should disable HE61 games.
Split akos_processQueue() in HE61+ and SCUMM7+ versions.
svn-id: r18101
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 7 |
1 files changed, 0 insertions, 7 deletions
@@ -432,13 +432,6 @@ Try \`$0 --help' for more information." >&2 esac; done; -if test "$_build_he" = yes ; then - if test "$_build_scumm_7_8" != yes ; then - echo "error: you cannot enable HE games with SCUMM v7 & v8 disabled" - exit 1 - fi -fi - CXXFLAGS="$CXXFLAGS $DEBFLAGS" case $_host in |