From 67878064401c454d1096018379dd3b09bc819ef5 Mon Sep 17 00:00:00 2001 From: abd Date: Tue, 9 Sep 2008 09:41:17 +0000 Subject: [PATCH] Fix compilation conflict on Linux stations with installed f77 and gfortran at the same time --- configure.ac | 1 + 1 file changed, 1 insertion(+) 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"]) -- 2.39.2