Author: suokko
Date: Fri Aug 22 18:58:24 2008
New Revision: 28845

URL: http://svn.gna.org/viewcvs/wesnoth?rev=28845&view=rev
Log:
Fixed disabling distcc with 0 parameter

Modified:
    trunk/SConstruct

Modified: trunk/SConstruct
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/SConstruct?rev=28845&r1=28844&r2=28845&view=diff
==============================================================================
--- trunk/SConstruct (original)
+++ trunk/SConstruct Fri Aug 22 18:58:24 2008
@@ -107,7 +107,7 @@
     env['CXX'] = env['cxxtool']
     env['ENV']['HOME'] = os.environ['HOME']
 
-if env['distcc']: 
+if env['distcc'] != "0": 
     env.Tool('distcc')
     SetOption("num_jobs", env['distcc'])
 if env['ccache']: env.Tool('ccache')


_______________________________________________
Wesnoth-commits mailing list
[email protected]
https://mail.gna.org/listinfo/wesnoth-commits

Reply via email to