From 6928aba1d285460a3be3f469d336c97bb7528d27 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Mon, 8 Jan 2001 12:50:49 +0000 Subject: [PATCH] Add quotes at one place. git-svn-id: https://svn.dealii.org/trunk@3614 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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\"`" -- 2.39.5