From 4cbbe1c0d4ca332a0bad9cdffda4c188dcba98a0 Mon Sep 17 00:00:00 2001 From: wolf Date: Thu, 13 Sep 2001 08:58:01 +0000 Subject: [PATCH] . git-svn-id: https://svn.dealii.org/trunk@4992 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/configure | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deal.II/configure b/deal.II/configure index 5816434592..a508002097 100755 --- a/deal.II/configure +++ b/deal.II/configure @@ -1,6 +1,6 @@ #! /bin/sh -# From configure.in Revision: 1.85 +# From configure.in Revision: 1.86 @@ -1352,7 +1352,7 @@ fi rm -f conftest* if test "x$DEAL_II_ADVANCE_WARNING" = "xyes" ; then - CXXFLAGSG="`echo $CXXFLAGSG | perl -pi -e 's/-W//g;'`" + CXXFLAGSG="`echo $CXXFLAGSG | perl -pi -e 's/-W //g;'`" fi else -- 2.39.5