Compatibility workarounds for SCons 0.97 (hardy)
[senf.git] / SConstruct
index f9ce745..64376fa 100644 (file)
@@ -3,6 +3,11 @@
 import sys, glob, os.path, fnmatch
 import SENFSCons, senfutil
 
+try:
+    BoolVariable
+except NameError:
+    BoolVariable = BoolOption
+
 ###########################################################################
 # Load utilities and setup libraries and configure build