From a94e33f1cfbeaca34a56ebb514726504f12ab14c Mon Sep 17 00:00:00 2001 From: wolf Date: Thu, 26 Aug 2004 22:34:37 +0000 Subject: [PATCH] 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 --- 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 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" -- 2.39.5