summaryrefslogtreecommitdiff
path: root/config.lib
diff options
context:
space:
mode:
authortruelight <truelight@openttd.org>2007-01-02 20:06:44 +0000
committertruelight <truelight@openttd.org>2007-01-02 20:06:44 +0000
commit5b057da1a3c2a55468343e120a1a96523006565e (patch)
tree8c71c6dd105099606eb9ac992bbb3d2e017ae23a /config.lib
parentb575f1a6fcd7326c885ae50a47a3b0d6d1aa5306 (diff)
downloadopenttd-5b057da1a3c2a55468343e120a1a96523006565e.tar.xz
(svn r7761) [Configure] -Fix: a != should be a =, gave funny warnings with dedicated and network enabled
Diffstat (limited to 'config.lib')
-rw-r--r--config.lib2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.lib b/config.lib
index bbbaf0d9f..ac8af3f24 100644
--- a/config.lib
+++ b/config.lib
@@ -622,7 +622,7 @@ check_params() {
log 1 "checking GDI video driver... skipping"
log 1 "checking dedicated... found"
- if [ "$enable_network" != "0" ]
+ if [ "$enable_network" = "0" ]
then
log 1 "WARNING: compiling a dedicated server without network is pointless"
sleep 5