From: wolf Date: Fri, 15 Feb 2002 12:33:48 +0000 (+0000) Subject: Fix an obvious problem. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=39d8c5d67736406ca547a21ddeaf33f059ca3218;p=dealii-svn.git Fix an obvious problem. git-svn-id: https://svn.dealii.org/branches/Branch-3-3@5519 0785d39b-7218-0410-832d-ea1e28bc413d --- 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