From: rschulz Date: Wed, 13 Jul 2005 14:16:14 +0000 (+0000) Subject: same as before, but working this time... X-Git-Tag: v8.0.0~13425 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b4c112f61ebeed5740a76271e5597d690d021444;p=dealii.git same as before, but working this time... git-svn-id: https://svn.dealii.org/trunk@11138 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/aclocal.m4 b/deal.II/aclocal.m4 index f432ad077d..89dac9cfd2 100644 --- a/deal.II/aclocal.m4 +++ b/deal.II/aclocal.m4 @@ -385,8 +385,8 @@ AC_DEFUN(DEAL_II_SET_CXX_FLAGS, dnl dnl but of course this might lead to strange program behaviour if dnl you accidentally defined one symbol multiple times... dnl (added 2005/07/13, Ralf B. Schulz) - CXXFLAGSPIC= - LDFLAGSPIC=-Xlinker --allow-multiple-definition + CXXFLAGSPIC="-Xlinker --allow-multiple-definition" + LDFLAGSPIC="--allow-multiple-definition" ;; *)