From 39d8c5d67736406ca547a21ddeaf33f059ca3218 Mon Sep 17 00:00:00 2001 From: wolf Date: Fri, 15 Feb 2002 12:33:48 +0000 Subject: [PATCH] Fix an obvious problem. git-svn-id: https://svn.dealii.org/branches/Branch-3-3@5519 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 20f1b8874c..dc06cf974d 100644 --- a/deal.II/configure.in +++ b/deal.II/configure.in @@ -153,7 +153,7 @@ else GXX_VERSION=sun_workshop else - is_kai_cc=`($CXX -V 2>&1) | grep 'KAI C++'" + is_kai_cc="`($CXX -V 2>&1) | grep 'KAI C++'`" if test "x$is_kai_cc" != "x" ; then AC_MSG_RESULT(compile is KAI C++) GXX_VERSSION=kai_cc -- 2.39.5