diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/fftw.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/fftw.rb b/Library/Formula/fftw.rb index 51cf341d8..87e9b5fd3 100644 --- a/Library/Formula/fftw.rb +++ b/Library/Formula/fftw.rb @@ -17,7 +17,7 @@ class Fftw < Formula if build.include? "with-fortran" ENV.fortran else - args << "--disable-fortran" unless which 'gfortran' + args << "--disable-fortran" end # single precision |
