Commit 2122aa97 by Paolo Bonzini Committed by Paolo Bonzini

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
parent 3bf714a7
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> 2010-01-26 Jakub Jelinek <jakub@redhat.com>
PR fortran/42866 PR fortran/42866
......
...@@ -11459,7 +11459,8 @@ case `echo $GFORTRAN` in ...@@ -11459,7 +11459,8 @@ case `echo $GFORTRAN` in
-* | no* ) -* | no* )
FC=no ;; FC=no ;;
*) *)
if test -x "$GFORTRAN"; then set dummy $GFORTRAN; ac_word=$2
if test -x "$ac_word"; then
FC="$GFORTRAN" FC="$GFORTRAN"
else else
FC=no FC=no
......
...@@ -146,7 +146,8 @@ case `echo $GFORTRAN` in ...@@ -146,7 +146,8 @@ case `echo $GFORTRAN` in
-* | no* ) -* | no* )
FC=no ;; FC=no ;;
*) *)
if test -x "$GFORTRAN"; then set dummy $GFORTRAN; ac_word=$2
if test -x "$ac_word"; then
FC="$GFORTRAN" FC="$GFORTRAN"
else else
FC=no FC=no
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment