diff options
Diffstat (limited to 'config.lib')
-rw-r--r-- | config.lib | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/config.lib b/config.lib index 5afba7de0..c9a84299e 100644 --- a/config.lib +++ b/config.lib @@ -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" ] |