diff options
author | Eugene Sandulenko | 2004-04-30 10:40:18 +0000 |
---|---|---|
committer | Eugene Sandulenko | 2004-04-30 10:40:18 +0000 |
commit | 580d47f5fe9da99cc7700fdabe9406ddb8c3d738 (patch) | |
tree | 30ab16990888552548f21c48214dfc4cc84c1444 | |
parent | 7ab18634c728b1c4c7090a699600cd2f7c77a9e5 (diff) | |
download | scummvm-rg350-580d47f5fe9da99cc7700fdabe9406ddb8c3d738.tar.gz scummvm-rg350-580d47f5fe9da99cc7700fdabe9406ddb8c3d738.tar.bz2 scummvm-rg350-580d47f5fe9da99cc7700fdabe9406ddb8c3d738.zip |
Fix cut'n'paste bug. It broke queen building with kyra disabled
svn-id: r13683
-rwxr-xr-x | configure | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -498,9 +498,9 @@ else fi if test "$_build_kyra" = no ; then - _mak_queen='DISABLE_KYRA = 1' + _mak_kyra='DISABLE_KYRA = 1' else - _mak_queen='# DISABLE_KYRA = 1' + _mak_kyra='# DISABLE_KYRA = 1' fi if test "$_build_saga" = no ; then |