Salome HOME
Fix compilation problem on Calibre 5 configuration (f77 vs gfortran)
[modules/smesh.git] / configure.ac
index 63eca7ec2128e5be8427033d338a0b710db85b6b..61de2b9d3f4019aaf106fbaaf99f0dce24236c70 100644 (file)
@@ -9,7 +9,7 @@
 #
 
 
-AC_INIT([Salome2 Project SMESH module], [4.1.1], [webmaster.salome@opencascade.com], [salome])
+AC_INIT([Salome2 Project SMESH module], [4.1.3], [webmaster.salome@opencascade.com], [salome])
 AC_CONFIG_AUX_DIR(salome_adm/unix/config_files)
 AC_CANONICAL_HOST
 AC_CANONICAL_TARGET
@@ -122,7 +122,8 @@ AC_F77_LIBRARY_LDFLAGS
 AC_PROG_FC
 AC_FC_LIBRARY_LDFLAGS
 if test "X$FC" != "X" ; then
-   fortran_ok=yes
+    fortran_ok=yes
+    F77=$FC
 fi
 
 dnl AM_CONDITIONAL( USE_GFORTRAN, [test "$F77" = "gfortran"])