Fix cut'n'paste bug. It broke queen building with kyra disabled

svn-id: r13683
This commit is contained in:
Eugene Sandulenko 2004-04-30 10:40:18 +00:00
parent 7ab18634c7
commit 580d47f5fe

4
configure vendored
View File

@ -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