From: bangerth Date: Mon, 29 Sep 2008 18:16:25 +0000 (+0000) Subject: Expect gfortran 4.4. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=23649d272aa74ca2d77a0086afd84bd6f97d380a;p=dealii-svn.git Expect gfortran 4.4. git-svn-id: https://svn.dealii.org/trunk@17038 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/aclocal.m4 b/deal.II/aclocal.m4 index 9a794f8e32..9e3fc39d7d 100644 --- a/deal.II/aclocal.m4 +++ b/deal.II/aclocal.m4 @@ -1494,6 +1494,10 @@ AC_DEFUN(DEAL_II_DETERMINE_F77_BRAND, dnl AC_MSG_RESULT(F77 compiler is gcc-4.3) F77_VERSION=gcc4.3 ;; + *version\ 4.4*) + AC_MSG_RESULT(F77 compiler is gcc-4.4) + F77_VERSION=gcc4.4 + ;; *) AC_MSG_RESULT(F77 compiler is unknown but accepted gcc version) F77_VERSION=gcc-other diff --git a/deal.II/configure b/deal.II/configure index 2d5418c6cf..0609809f52 100755 --- a/deal.II/configure +++ b/deal.II/configure @@ -11019,6 +11019,11 @@ echo "${ECHO_T}F77 compiler is gcc-4.2" >&6; } echo "${ECHO_T}F77 compiler is gcc-4.3" >&6; } F77_VERSION=gcc4.3 ;; + *version\ 4.4*) + { echo "$as_me:$LINENO: result: F77 compiler is gcc-4.4" >&5 +echo "${ECHO_T}F77 compiler is gcc-4.4" >&6; } + F77_VERSION=gcc4.4 + ;; *) { echo "$as_me:$LINENO: result: F77 compiler is unknown but accepted gcc version" >&5 echo "${ECHO_T}F77 compiler is unknown but accepted gcc version" >&6; }