win32 test portability fixes (Anthony Roach)
[scons.git] / test / RANLIBFLAGS.py
index b3e94510d917552ed0129dc6c485c1b8c56c384c..80aaf1610e626b8d18786a1f31b40a3c4d1aece9 100644 (file)
@@ -38,7 +38,7 @@ else:
 
 test = TestSCons.TestSCons()
 
-ranlib = test.where_is('ranlib')
+ranlib = test.detect('RANLIB', 'ranlib')
 
 test.no_result(not ranlib)