Changeset - r5477:8a22baaadcb1
[Not reviewed]
master
0 1 0
truelight - 18 years ago 2007-01-02 20:06:44
truelight@openttd.org
(svn r7761) [Configure] -Fix: a != should be a =, gave funny warnings with dedicated and network enabled
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
config.lib
Show inline comments
 
@@ -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
0 comments (0 inline, 0 general)