From: Wolfgang Bangerth Date: Tue, 28 Oct 2008 23:24:24 +0000 (+0000) Subject: IBM's xlC is unhappy if we do -DBOOST_NO_SLIST on the command line and later do ... X-Git-Tag: v8.0.0~8456 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d21b767c5104a776a4dd0a8c276703fa4ffed171;p=dealii.git IBM's xlC is unhappy if we do -DBOOST_NO_SLIST on the command line and later do #define BOOST_NO_SLIST, claiming that the two have differing definitions. I assume that means that the former is equivalent to -DBOOST_NO_SLIST=1 whereas the latter sets it to ''. I'm relatively unsure about this, however. That said, the problem is easily solved by simply not redefining the symbol if it is already defined. git-svn-id: https://svn.dealii.org/trunk@17383 0785d39b-7218-0410-832d-ea1e28bc413d ---