From: Matthias Braun Date: Thu, 25 Nov 2004 15:54:49 +0000 (+0000) Subject: require jam 2.5 X-Git-Url: https://git.octo.it/?a=commitdiff_plain;h=c526b62ac910a6688a2cff264b81f6ee41df887a;hp=ee6972038331a3c26a2a6a0bdb2baca25475b1d2;p=supertux.git require jam 2.5 SVN-Revision: 2190 --- diff --git a/mk/jam/jamcompatibility.jam b/mk/jam/jamcompatibility.jam index a0c09368f..72f2fec47 100644 --- a/mk/jam/jamcompatibility.jam +++ b/mk/jam/jamcompatibility.jam @@ -18,9 +18,11 @@ if $(ARGV[0]) } } -if $(JAMVERSION) < 2.4 +# we can't use boostjam at the moment as it still has the bug from jam 2.4 where +# settings variables on header targets doesn't work +if $(JAMVERSION) <= 2.4 { - EXIT "Error: This buildsystem requires jam version 2.4 or later." ; + EXIT "Error: This buildsystem requires jam version 2.5 or later." ; } # don't confuse users for now... #if $(JAMVERSION) = 2.4 & $(JAM_DEBUG)