aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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