From: wolf Date: Wed, 17 Mar 2004 15:55:30 +0000 (+0000) Subject: BOOST is now in boost/ rather than boost_local/ X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0387450f4ac4d7785354851f424baf80983b51ac;p=dealii-svn.git BOOST is now in boost/ rather than boost_local/ git-svn-id: https://svn.dealii.org/trunk@8808 0785d39b-7218-0410-832d-ea1e28bc413d --- 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;