Salome HOME
Fix compilation conflict on Linux stations with installed f77 and gfortran at the...
authorabd <abd@opencascade.com>
Tue, 9 Sep 2008 09:41:17 +0000 (09:41 +0000)
committerabd <abd@opencascade.com>
Tue, 9 Sep 2008 09:41:17 +0000 (09:41 +0000)
configure.ac

index e4b55443ee856830bf8d953fbfe7e505cf484f64..243a099d25a2a6b96e020a8dadd175dcc3c37021 100644 (file)
@@ -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"])