From ed991d70533294c44fa811bf63c0a4e81d2355ad Mon Sep 17 00:00:00 2001 From: wolf Date: Wed, 9 Oct 2002 13:57:36 +0000 Subject: [PATCH] Nicer message for gcc2.96 users. git-svn-id: https://svn.dealii.org/trunk@6620 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/aclocal.m4 | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/deal.II/aclocal.m4 b/deal.II/aclocal.m4 index 1cbad63afa..b58ccadda5 100644 --- a/deal.II/aclocal.m4 +++ b/deal.II/aclocal.m4 @@ -41,7 +41,12 @@ AC_DEFUN(DEAL_II_DETERMINE_CXX_BRAND, dnl 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.) + AC_MSG_RESULT( ) + AC_MSG_RESULT(--------------------------------------------------------) + AC_MSG_RESULT(gcc 2.96 is not supported. Please read the deal.II FAQs.) + AC_MSG_RESULT(--------------------------------------------------------) + AC_MSG_RESULT( ) + exit 1 ;; *2.97*) AC_MSG_RESULT(C++ compiler is gcc-2.97) @@ -165,7 +170,7 @@ AC_DEFUN(DEAL_II_DETERMINE_CXX_BRAND, dnl dnl Aw, nothing suitable found... AC_MSG_ERROR(Unrecognized compiler, sorry) exit 1 - fi + fi fi fi fi -- 2.39.5