From: wolf Date: Thu, 13 Jun 2002 14:18:13 +0000 (+0000) Subject: Don't even suggest that we support gcc2.96. Kick out the user right away. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=82739c80db77b0f8821dbc8dc379d6cc73d035bc;p=dealii-svn.git Don't even suggest that we support gcc2.96. Kick out the user right away. git-svn-id: https://svn.dealii.org/trunk@6099 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/aclocal.m4 b/deal.II/aclocal.m4 index 573395d13d..0b0c4507e7 100644 --- a/deal.II/aclocal.m4 +++ b/deal.II/aclocal.m4 @@ -38,7 +38,10 @@ AC_DEFUN(DEAL_II_DETERMINE_CXX_BRAND, dnl ;; *2.96*) AC_MSG_RESULT(C++ compiler is gcc-2.96) - GXX_VERSION=gcc2.96 + dnl gcc 2.96 is so broken that there is no way to support it. + dnl thus, kick out user and ask him to up- or downgrade to + dnl some other gcc version + AC_MSG_ERROR(gcc 2.96 is not supported. Please read the deal.II FAQs.) ;; *2.97*) AC_MSG_RESULT(C++ compiler is gcc-2.97)