]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Recognize KAI C++, but since I cant test don't set flags.
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 15 Feb 2002 12:36:01 +0000 (12:36 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 15 Feb 2002 12:36:01 +0000 (12:36 +0000)
git-svn-id: https://svn.dealii.org/trunk@5520 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/configure.in

index b811cbdd75c422e628d8723995edb0dc61bc9e62..3ff7be05e2694fe3eab357b2253f706479084aba 100644 (file)
@@ -153,9 +153,16 @@ else
             GXX_VERSION=sun_workshop
           else
 
-            dnl  Aw, nothing suitable found...
-            AC_MSG_ERROR(Unrecognized compiler, sorry)
-            exit 1
+           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
+           else
+
+              dnl  Aw, nothing suitable found...
+              AC_MSG_ERROR(Unrecognized compiler, sorry)
+              exit 1
+            fi
          fi
         fi
       fi

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.