From 3551ada902caf4f0c644cbc574894d9033eb8360 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Mon, 14 Mar 2005 23:41:50 +0000 Subject: [PATCH] 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 --- deal.II/aclocal.m4 | 4 ---- 1 file changed, 4 deletions(-) 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 -- 2.39.5