From: Wolfgang Bangerth Date: Wed, 23 Nov 2005 16:20:00 +0000 (+0000) Subject: One more place. X-Git-Tag: v8.0.0~12852 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=52344cc09f133dc13ee4dba7d18f6662e4726f24;p=dealii.git One more place. git-svn-id: https://svn.dealii.org/trunk@11783 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/aclocal.m4 b/deal.II/aclocal.m4 index 89db9f2d95..3c50c77f5e 100644 --- a/deal.II/aclocal.m4 +++ b/deal.II/aclocal.m4 @@ -912,6 +912,10 @@ AC_DEFUN(DEAL_II_DETERMINE_CC_BRAND, dnl AC_MSG_RESULT(C compiler is gcc-4.1) CC_VERSION=gcc4.1 ;; + *version\ 4.2*) + AC_MSG_RESULT(C compiler is gcc-4.2) + CC_VERSION=gcc4.2 + ;; *2.4* | *2.5* | *2.6* | *2.7* | *2.8*) AC_MSG_RESULT(C compiler is $CC_VERSION_STRING) AC_MSG_ERROR(C compiler is not supported)