From: Wolfgang Bangerth Date: Thu, 13 Sep 2001 08:57:51 +0000 (+0000) Subject: Add forgotten space. X-Git-Tag: v8.0.0~18807 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d088eddceff99da70a97bfa24856e4fd7f4098fb;p=dealii.git Add forgotten space. git-svn-id: https://svn.dealii.org/trunk@4991 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/configure.in b/deal.II/configure.in index 6e77ededd7..fffb50796c 100644 --- a/deal.II/configure.in +++ b/deal.II/configure.in @@ -265,7 +265,7 @@ if test "$GXX" = yes ; then dnl causes this. DEAL_II_CHECK_ADVANCE_WARNING 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