From 1d8ccec1868a31d7b6fc71fb1456f46a844d1aa0 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Fri, 6 Jul 2001 10:22:18 +0000 Subject: [PATCH] . git-svn-id: https://svn.dealii.org/trunk@4833 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deal.II/configure b/deal.II/configure index 9228ea146e..ab841bff88 100755 --- a/deal.II/configure +++ b/deal.II/configure @@ -1216,7 +1216,7 @@ else GXX_VERSION=compaq_cxx else - is_sun_cc="`($CXX -V 2>&1) | grep 'Sun Workshop'`" + is_sun_cc="`($CXX -V 2>&1) | grep 'Sun WorkShop'`" if test "x$is_sun_cc" != "x" ; then echo "$ac_t""compiler is Sun Workshop compiler" 1>&6 GXX_VERSION=sun_workshop -- 2.39.5