From: Wolfgang Bangerth Date: Fri, 25 Jan 2002 12:32:49 +0000 (+0000) Subject: Fix this one. X-Git-Tag: v8.0.0~18425 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3cf19095fc791fb508eedb559c27b1e3a5002f4a;p=dealii.git Fix this one. git-svn-id: https://svn.dealii.org/trunk@5410 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/aclocal.m4 b/deal.II/aclocal.m4 index 680c6f35df..1b88825e2d 100644 --- a/deal.II/aclocal.m4 +++ b/deal.II/aclocal.m4 @@ -663,9 +663,9 @@ AC_DEFUN(DEAL_II_HAVE_STD_OSTREAM_HEADER, dnl AC_TRY_COMPILE( [ #include +void f (const std::ostream &out); ], [ - std::ostream &cout_reference = std::cout; ], [ AC_MSG_RESULT(yes)