]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
DEAL_II_CHECK_BOOST_SHARED_PTR_ASSIGNMENT should only run for gcc.
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 26 Aug 2004 22:34:37 +0000 (22:34 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 26 Aug 2004 22:34:37 +0000 (22:34 +0000)
git-svn-id: https://svn.dealii.org/trunk@9588 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/aclocal.m4

index 1c3e032ef4ac40f2bf2a810e7ef4e33f591fe3f6..6cd16e032d9f208dc508a5ca472c641f1c59a0ca 100644 (file)
@@ -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"

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.