From 0387450f4ac4d7785354851f424baf80983b51ac Mon Sep 17 00:00:00 2001 From: wolf Date: Wed, 17 Mar 2004 15:55:30 +0000 Subject: [PATCH] BOOST is now in boost/ rather than boost_local/ git-svn-id: https://svn.dealii.org/trunk@8808 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/aclocal.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deal.II/aclocal.m4 b/deal.II/aclocal.m4 index 160b346870..db0cd419f6 100644 --- a/deal.II/aclocal.m4 +++ b/deal.II/aclocal.m4 @@ -2930,7 +2930,7 @@ AC_DEFUN(DEAL_II_CHECK_BOOST_SHARED_PTR_ASSIGNMENT, dnl CXXFLAGS="-Wsynth -Werror -I `pwd`/contrib/boost/include" AC_TRY_COMPILE( [ -# include +# include ], [ boost::shared_ptr a,b; -- 2.39.5