diff options
Diffstat (limited to 'test/F77.py')
-rw-r--r-- | test/F77.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/F77.py b/test/F77.py index 0346765..b4ef9bf 100644 --- a/test/F77.py +++ b/test/F77.py @@ -144,7 +144,7 @@ test.fail_test(test.read('test6' + _exe) != "This is a .FPP file.\n") -g77 = test.where_is('g77') +g77 = test.detect('F77', 'g77') FTN_LIB = TestSCons.fortran_lib if g77: |