]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Ask for Intel C compiler like for Intel C++ compiler: Make sure that also Intel C...
authorhartmann <hartmann@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 15 Mar 2007 12:24:29 +0000 (12:24 +0000)
committerhartmann <hartmann@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 15 Mar 2007 12:24:29 +0000 (12:24 +0000)
git-svn-id: https://svn.dealii.org/trunk@14579 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/aclocal.m4
deal.II/configure

index 5a89da4a0820430ce81c8edf175999e45fd86b94..da511197b75fa4367d4d3825c6df16077edcc488 100644 (file)
@@ -1037,8 +1037,8 @@ AC_DEFUN(DEAL_II_DETERMINE_CC_BRAND, dnl
        dnl line (the previous one ends with the string "applications"),
        dnl so join this one to the previous one with a little bit of
        dnl perl.
-        is_intel_icc1="`($CC -V 2>&1) | grep 'Intel(R) C++ Compiler'`"
-        is_intel_icc2="`($CC -help 2>&1) | grep 'Intel(R) C++ Compiler'`"
+        is_intel_icc1="`($CC -V 2>&1) | grep 'Intel'`"
+        is_intel_icc2="`($CC -help 2>&1) | grep 'Intel'`"
         is_intel_ecc="`($CC -V 2>&1) | perl -pi -e 's/applications\n/\1/g;' | grep 'Intel(R) C++ Itanium(TM) Compiler'`"
        is_intel_icc="$is_intel_icc1$is_intel_icc2$is_intel_ecc"
         if test "x$is_intel_icc" != "x" ; then
index 50ec668ac667f0626d6c2006c55684a76d0379c1..1e9871a07b08b02af728788764374d85818cfaaa 100755 (executable)
@@ -4048,8 +4048,8 @@ echo "${ECHO_T}C compiler is unknown version but accepted MIPSpro compiler versi
         esac
       else
 
-                                                               is_intel_icc1="`($CC -V 2>&1) | grep 'Intel(R) C++ Compiler'`"
-        is_intel_icc2="`($CC -help 2>&1) | grep 'Intel(R) C++ Compiler'`"
+                                                               is_intel_icc1="`($CC -V 2>&1) | grep 'Intel'`"
+        is_intel_icc2="`($CC -help 2>&1) | grep 'Intel'`"
         is_intel_ecc="`($CC -V 2>&1) | perl -pi -e 's/applications\n/\1/g;' | grep 'Intel(R) C++ Itanium(TM) Compiler'`"
        is_intel_icc="$is_intel_icc1$is_intel_icc2$is_intel_ecc"
         if test "x$is_intel_icc" != "x" ; then

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.