From: kanschat Date: Mon, 7 Aug 2006 20:34:21 +0000 (+0000) Subject: check gfortran before f77 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=be4eff8d6e97eaaf9a498e2bf1774e7286de617c;p=dealii-svn.git check gfortran before f77 git-svn-id: https://svn.dealii.org/trunk@13617 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/configure.in b/deal.II/configure.in index 56a42377cc..0b9b4838e6 100644 --- a/deal.II/configure.in +++ b/deal.II/configure.in @@ -237,7 +237,7 @@ dnl dnl It is possible that no Fortran 77 compiler was found. Don't care, dnl it may be that we don't need one (but we check below, when we must dnl have it). -AC_PATH_PROGS(F77, [f77 gfortran g77]) +AC_PATH_PROGS(F77, [gfortran f77 g77]) dnl Next determine which f77 compiler we have here and set compilation dnl flags accordingly. Only do that if we have an F77 compiler at all.