summaryrefslogtreecommitdiffstats
path: root/test/F77FLAGS.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/F77FLAGS.py')
-rw-r--r--test/F77FLAGS.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/F77FLAGS.py b/test/F77FLAGS.py
index b72c618..6b9253b 100644
--- a/test/F77FLAGS.py
+++ b/test/F77FLAGS.py
@@ -147,7 +147,7 @@ test.fail_test(test.read('test6' + _exe) != " -x -c\nThis is a .FPP file.\n")
-g77 = test.where_is('g77')
+g77 = test.detect('F77', 'g77')
FTN_LIB = TestSCons.fortran_lib
if g77: