Author: loonycyborg
Date: Tue Mar 31 14:34:50 2009
New Revision: 34326

URL: http://svn.gna.org/viewcvs/wesnoth?rev=34326&view=rev
Log:
No longer run config checks on scons -h.

Modified:
    trunk/SConstruct

Modified: trunk/SConstruct
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/SConstruct?rev=34326&r1=34325&r2=34326&view=diff
==============================================================================
--- trunk/SConstruct (original)
+++ trunk/SConstruct Tue Mar 31 14:34:50 2009
@@ -181,11 +181,13 @@
 be appended to the appropriate variables within scons.
 """ + opts.GenerateHelpText(env, sort=cmp))
 
+if GetOption("help"):
+    Return()
+
 if env["cachedir"] and not env['ccache']:
     CacheDir(env["cachedir"])
 
 if env["fast"]:
-    EnsureSConsVersion(0,98)
     env.Decider('MD5-timestamp')
     SetOption('max_drift', 1)
     SetOption('implicit_cache', 1)


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

Reply via email to