From: Wolfgang Bangerth Date: Mon, 14 Mar 2005 23:41:50 +0000 (+0000) Subject: Don't detect egcs1.1 any more. The last egcs1.1.x version was released 6 years X-Git-Tag: v8.0.0~14397 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3551ada902caf4f0c644cbc574894d9033eb8360;p=dealii.git Don't detect egcs1.1 any more. The last egcs1.1.x version was released 6 years ago almost to the day and shouldn't be around any more anywhere. git-svn-id: https://svn.dealii.org/trunk@10139 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/aclocal.m4 b/deal.II/aclocal.m4 index 14783e8792..0267781e8c 100644 --- a/deal.II/aclocal.m4 +++ b/deal.II/aclocal.m4 @@ -40,10 +40,6 @@ AC_DEFUN(DEAL_II_DETERMINE_CXX_BRAND, dnl dnl find out the right version GXX_VERSION_STRING=`($CXX -v 2>&1) | grep "gcc version"` case "$GXX_VERSION_STRING" in - *"egcs-1.1"*) - AC_MSG_RESULT(C++ compiler is egcs-1.1) - GXX_VERSION=egcs1.1 - ;; *2.95*) AC_MSG_RESULT(C++ compiler is gcc-2.95) GXX_VERSION=gcc2.95