new editor image for gradients
[supertux.git] / mk / jam / jamcompatibility.jam
index 9cd0ce1..72f2fec 100644 (file)
@@ -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)
@@ -220,7 +222,6 @@ rule SubDir
        # directory should not hold object files, LOCATE_TARGET can
        # subsequently be redefined.
 
-#echo SS: $(SUBDIR) ;
        SEARCH_SOURCE = $(SUBDIR) ;
        LOCATE_SOURCE = $(ALL_LOCATE_TARGET) $(SUBDIR) ;
        LOCATE_TARGET = $(ALL_LOCATE_TARGET) $(SUBDIR) ;