(svn r7761) [Configure] -Fix: a != should be a =, gave funny warnings with dedicated and network enabled
This commit is contained in:
		@@ -622,7 +622,7 @@ check_params() {
 | 
				
			|||||||
		log 1 "checking GDI video driver... skipping"
 | 
							log 1 "checking GDI video driver... skipping"
 | 
				
			||||||
		log 1 "checking dedicated... found"
 | 
							log 1 "checking dedicated... found"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
		if [ "$enable_network" != "0" ]
 | 
							if [ "$enable_network" = "0" ]
 | 
				
			||||||
		then
 | 
							then
 | 
				
			||||||
			log 1 "WARNING: compiling a dedicated server without network is pointless"
 | 
								log 1 "WARNING: compiling a dedicated server without network is pointless"
 | 
				
			||||||
			sleep 5
 | 
								sleep 5
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user