(svn r7761) [Configure] -Fix: a != should be a =, gave funny warnings with dedicated and network enabled
authortruelight
Tue, 02 Jan 2007 20:06:44 +0000
changeset 5477 3e7cf46bf3b8
parent 5476 fa6583f537ce
child 5478 13365b9cadb8
(svn r7761) [Configure] -Fix: a != should be a =, gave funny warnings with dedicated and network enabled
config.lib
--- a/config.lib	Tue Jan 02 20:00:10 2007 +0000
+++ b/config.lib	Tue Jan 02 20:06:44 2007 +0000
@@ -622,7 +622,7 @@
 		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