aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEugene Sandulenko2004-04-30 10:40:18 +0000
committerEugene Sandulenko2004-04-30 10:40:18 +0000
commit580d47f5fe9da99cc7700fdabe9406ddb8c3d738 (patch)
tree30ab16990888552548f21c48214dfc4cc84c1444
parent7ab18634c728b1c4c7090a699600cd2f7c77a9e5 (diff)
downloadscummvm-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-xconfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index 7602b4dec2..925f983b91 100755
--- a/configure
+++ b/configure
@@ -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