configure.ac: Test for executability of _the first word_ of GFORTRAN.

2010-01-26  Paolo Bonzini  <bonzini@gnu.org>

	* configure.ac: Test for executability of _the first word_ of GFORTRAN.
	* configure: Regenerate.

From-SVN: r156264
This commit is contained in:
Paolo Bonzini 2010-01-26 21:32:28 +00:00 committed by Paolo Bonzini
parent 3bf714a72b
commit 2122aa973e
3 changed files with 9 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2010-01-26 Paolo Bonzini <bonzini@gnu.org>
* configure.ac: Test for executability of _the first word_ of GFORTRAN.
* configure: Regenerate.
2010-01-26 Jakub Jelinek <jakub@redhat.com>
PR fortran/42866

3
libgomp/configure vendored
View File

@ -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

View File

@ -146,7 +146,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