From: abd Date: Tue, 9 Sep 2008 09:41:17 +0000 (+0000) Subject: Fix compilation conflict on Linux stations with installed f77 and gfortran at the... X-Git-Tag: V5_1_0a1~23 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=67878064401c454d1096018379dd3b09bc819ef5;p=modules%2Fsmesh.git Fix compilation conflict on Linux stations with installed f77 and gfortran at the same time --- diff --git a/configure.ac b/configure.ac index e4b55443e..243a099d2 100644 --- a/configure.ac +++ b/configure.ac @@ -123,6 +123,7 @@ AC_PROG_FC AC_FC_LIBRARY_LDFLAGS if test "X$FC" != "X" ; then fortran_ok=yes + F77=$FC fi dnl AM_CONDITIONAL( USE_GFORTRAN, [test "$F77" = "gfortran"])