From: wolf Date: Thu, 26 Aug 2004 22:34:37 +0000 (+0000) Subject: DEAL_II_CHECK_BOOST_SHARED_PTR_ASSIGNMENT should only run for gcc. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a94e33f1cfbeaca34a56ebb514726504f12ab14c;p=dealii-svn.git DEAL_II_CHECK_BOOST_SHARED_PTR_ASSIGNMENT should only run for gcc. git-svn-id: https://svn.dealii.org/trunk@9588 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/aclocal.m4 b/deal.II/aclocal.m4 index 1c3e032ef4..6cd16e032d 100644 --- a/deal.II/aclocal.m4 +++ b/deal.II/aclocal.m4 @@ -3366,7 +3366,7 @@ dnl dnl ------------------------------------------------------------- AC_DEFUN(DEAL_II_CHECK_BOOST_SHARED_PTR_ASSIGNMENT, dnl [ - if test "x$GXX_VERSION" != "x" ; then + if test "x$GXX" = "xyes" ; then AC_MSG_CHECKING(for boost::shared_ptr assignment operator= template buglet) AC_LANG(C++) CXXFLAGS="-Wsynth -Werror -I `pwd`/contrib/boost/include"