From: Luca Heltai Date: Mon, 26 Oct 2009 17:06:36 +0000 (+0000) Subject: Added gcc 4.5 as gfortran compiler in configure and aclocal.m4 X-Git-Tag: v8.0.0~6872 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d31671aec9d53a85cc41f494be81538e21a26e3c;p=dealii.git Added gcc 4.5 as gfortran compiler in configure and aclocal.m4 git-svn-id: https://svn.dealii.org/trunk@19996 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/aclocal.m4 b/deal.II/aclocal.m4 index 4988f4fbf9..cac2b15e6f 100644 --- a/deal.II/aclocal.m4 +++ b/deal.II/aclocal.m4 @@ -1710,6 +1710,10 @@ AC_DEFUN(DEAL_II_DETERMINE_F77_BRAND, dnl AC_MSG_RESULT(F77 compiler is gcc-4.4) F77_VERSION=gcc4.4 ;; + *version\ 4.5*) + AC_MSG_RESULT(F77 compiler is gcc-4.5) + F77_VERSION=gcc4.5 + ;; *) 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 9f2d970311..c3fb04bd58 100755 --- a/deal.II/configure +++ b/deal.II/configure @@ -12049,6 +12049,11 @@ echo "${ECHO_T}F77 compiler is gcc-4.3" >&6; } echo "${ECHO_T}F77 compiler is gcc-4.4" >&6; } F77_VERSION=gcc4.4 ;; + *version\ 4.5*) + { echo "$as_me:$LINENO: result: F77 compiler is gcc-4.5" >&5 +echo "${ECHO_T}F77 compiler is gcc-4.5" >&6; } + F77_VERSION=gcc4.5 + ;; *) { 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; }