From: Wolfgang Bangerth Date: Thu, 13 Sep 2001 08:47:27 +0000 (+0000) Subject: Fix order. X-Git-Tag: v8.0.0~18812 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ead949af70504f6fd0de281211922e45b3d67efd;p=dealii.git Fix order. git-svn-id: https://svn.dealii.org/trunk@4986 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/aclocal.m4 b/deal.II/aclocal.m4 index 2ca2ce1e5d..2b47c73d46 100644 --- a/deal.II/aclocal.m4 +++ b/deal.II/aclocal.m4 @@ -500,10 +500,11 @@ AC_DEFUN(DEAL_II_CHECK_ADVANCE_WARNING, dnl v.insert (v.end(), m.begin(), m.end()); ], [ - AC_MSG_RESULT(yes) + dnl compilation succeeded, no warning occured for the above code + AC_MSG_RESULT(no) ], [ - AC_MSG_RESULT(no) + AC_MSG_RESULT(yes) ] ) )