mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-04-08 16:37:26 +05:00
Fix compilation problem on Calibre 5 configuration (f77 vs gfortran)
This commit is contained in:
parent
8e94578667
commit
0902392b50
@ -123,6 +123,7 @@ AC_PROG_FC
|
|||||||
AC_FC_LIBRARY_LDFLAGS
|
AC_FC_LIBRARY_LDFLAGS
|
||||||
if test "X$FC" != "X" ; then
|
if test "X$FC" != "X" ; then
|
||||||
fortran_ok=yes
|
fortran_ok=yes
|
||||||
|
F77=$FC
|
||||||
fi
|
fi
|
||||||
|
|
||||||
dnl AM_CONDITIONAL( USE_GFORTRAN, [test "$F77" = "gfortran"])
|
dnl AM_CONDITIONAL( USE_GFORTRAN, [test "$F77" = "gfortran"])
|
||||||
|
Loading…
x
Reference in New Issue
Block a user