summaryrefslogtreecommitdiff
path: root/config.lib
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2007-01-02 21:30:33 +0000
committerrubidium <rubidium@openttd.org>2007-01-02 21:30:33 +0000
commit566f437bfa72195ad98f2111275bceee9a12e70a (patch)
tree84a75b474784197c4b6405dcefd77191bd88733f /config.lib
parent6e4f855993c8cb15172498b7f67095bd840f487d (diff)
downloadopenttd-566f437bfa72195ad98f2111275bceee9a12e70a.tar.xz
(svn r7769) -Fix (r7759): the strgen -t flag (todo) was set when it shouldn't be set and vice-versa.
Diffstat (limited to 'config.lib')
-rw-r--r--config.lib6
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" ]