check-llvm: Tweak the feature "timestamps" for autoconf.
[oota-llvm.git] / test / lit.cfg
index 3fb94e43f72bb1e88c314abd16fe16ac304ba671..7a39ad3e3ece13f9baccff6167fd8e8cbb82f5cc 100644 (file)
@@ -464,7 +464,7 @@ if not re.match(r'^x86_64.*-(mingw32|windows-gnu|win32)', config.target_triple):
     config.available_features.add('debug_frame')
 
 # Check if we are embedding timestamps.
-if config.enable_timestamps:
+if config.enable_timestamps == '1':
     config.available_features.add('timestamps')
 
 # Check if we should use gmalloc.