]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Recognize Kai's C++ compiler. Since I can't test it, don't install
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 15 Feb 2002 12:29:57 +0000 (12:29 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 15 Feb 2002 12:29:57 +0000 (12:29 +0000)
flags for it, though.

git-svn-id: https://svn.dealii.org/branches/Branch-3-3@5518 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/configure.in

index d3579fbe62b86cacdf1acfb7b7532b909cca026c..20f1b8874caed25a1d9cefa74a83621d4e1e7881 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.