(svn r7769) -Fix (r7759): the strgen -t flag (todo) was set when it shouldn't be set and vice-versa.

This commit is contained in:
rubidium 2007-01-02 21:30:33 +00:00
parent 6e4f855993
commit 566f437bfa
1 changed files with 3 additions and 3 deletions

View File

@ -657,11 +657,11 @@ check_params() {
if [ "$enable_translator" != "0" ]
then
log 1 "checking translator... debug"
strgen_flags=""
else
log 1 "checking translator... no"
# -t shows TODO items, normally they are muted
strgen_flags="-t"
else
log 1 "checking translator... no"
strgen_flags=""
fi
if [ "$enable_assert" != "0" ]