diff options
author | bonzini <bonzini@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-01-26 21:32:28 +0000 |
---|---|---|
committer | bonzini <bonzini@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-01-26 21:32:28 +0000 |
commit | a5e97ab02018f1ded23f83dae3cac4dae311d5d2 (patch) | |
tree | 9dd473580b0d166a7a6af012252ef9110ccb5b57 /libgomp/configure | |
parent | ddcf38e8242f07d5b88ed4e04821f25856ff7238 (diff) | |
download | gcc-a5e97ab02018f1ded23f83dae3cac4dae311d5d2.tar.gz |
2010-01-26 Paolo Bonzini <bonzini@gnu.org>
* configure.ac: Test for executability of _the first word_ of GFORTRAN.
* configure: Regenerate.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@156264 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libgomp/configure')
-rwxr-xr-x | libgomp/configure | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libgomp/configure b/libgomp/configure index 23625003a23..d2018b8c194 100755 --- a/libgomp/configure +++ b/libgomp/configure @@ -11459,7 +11459,8 @@ case `echo $GFORTRAN` in -* | no* ) FC=no ;; *) - if test -x "$GFORTRAN"; then + set dummy $GFORTRAN; ac_word=$2 + if test -x "$ac_word"; then FC="$GFORTRAN" else FC=no |