From cbbc9a513a9005f60d65ab45d43146709786ecca Mon Sep 17 00:00:00 2001 From: rschulz Date: Wed, 13 Jul 2005 14:16:14 +0000 Subject: [PATCH] same as before, but working this time... git-svn-id: https://svn.dealii.org/trunk@11138 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/aclocal.m4 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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" ;; *) -- 2.39.5