From: Wolfgang Bangerth Date: Mon, 8 Jan 2001 12:50:49 +0000 (+0000) Subject: Add quotes at one place. X-Git-Tag: v8.0.0~19847 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6928aba1d285460a3be3f469d336c97bb7528d27;p=dealii.git Add quotes at one place. git-svn-id: https://svn.dealii.org/trunk@3614 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/configure.in b/deal.II/configure.in index a4baa4f9ad..3380c9b31b 100644 --- a/deal.II/configure.in +++ b/deal.II/configure.in @@ -301,7 +301,7 @@ dnl have it). dnl Next try to find out something about the name and version of the compiler if test "x$F77" != "x" ; then - F77_VERSION_STRING=`($F77 -v 2>&1)` + F77_VERSION_STRING="`($F77 -v 2>&1)`" if test -n "`echo $F77_VERSION_STRING | grep \"GNU F77\"`" ; then dnl Yes, this is a GNU g77 version. find out the right version G77_VERSION_STRING="`($F77 -v 2>&1) | grep \"gcc version\"`"