Merged revisions 2725-2865 via svnmerge from
[scons.git] / test / Fortran / F77COMSTR.py
index 7f6f1a1f7e63b057c869b08cf104814bb6ca2c73..b8a5e44a195c8538c0a9036bc77c3f46270b6ceb 100644 (file)
@@ -45,7 +45,7 @@ for l in filter(lambda l, fl=fline: l != fl, infile.readlines()):
 sys.exit(0)
 """)
 
-if os.path.normcase('.f') == os.path.normcase('.F'):
+if not TestSCons.case_sensitive_suffixes('.f','.F'):
     f77pp = 'f77'
 else:
     f77pp = 'f77pp'