From: Wolfgang Bangerth Date: Thu, 13 Sep 2001 08:51:59 +0000 (+0000) Subject: Return value. X-Git-Tag: v8.0.0~18811 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7139b587db60867623ba44d796386143ad601d6e;p=dealii.git Return value. git-svn-id: https://svn.dealii.org/trunk@4987 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/aclocal.m4 b/deal.II/aclocal.m4 index 2b47c73d46..e71923939a 100644 --- a/deal.II/aclocal.m4 +++ b/deal.II/aclocal.m4 @@ -502,9 +502,11 @@ AC_DEFUN(DEAL_II_CHECK_ADVANCE_WARNING, dnl [ dnl compilation succeeded, no warning occured for the above code AC_MSG_RESULT(no) + DEAL_II_ADVANCE_WARNING=no ], [ AC_MSG_RESULT(yes) + DEAL_II_ADVANCE_WARNING=yes ] ) )