summaryrefslogtreecommitdiff
path: root/config.lib
diff options
context:
space:
mode:
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