From: Juan A. Suarez Romero Date: Wed, 1 Aug 2018 15:48:11 +0000 (+0200) Subject: scons: require scons 2.4 or greater X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=810c9a4ebaf22e8f7c08805c1b829b3d77be7079;p=mesa.git scons: require scons 2.4 or greater There is a bug with scons 2.3, used in Travis, where it fails to detect some C functions. Reviewed-by: Andres Gomez --- diff --git a/SConstruct b/SConstruct index a59a8ea210e..6e034fb968f 100644 --- a/SConstruct +++ b/SConstruct @@ -27,6 +27,12 @@ import SCons.Util import common +####################################################################### +# Minimal scons version + +EnsureSConsVersion(2, 4) + + ####################################################################### # Configuration options