Преглед на файлове

configure.ac: disable ICC on windows systems

Nathalie Furmento преди 13 години
родител
ревизия
71243a4fc4
променени са 1 файла, в които са добавени 4 реда и са изтрити 0 реда
  1. 4 0
      configure.ac

+ 4 - 0
configure.ac

@@ -1405,6 +1405,10 @@ if test "$enable_cuda" = "yes" -a "$ICC" != ""; then
            AC_MSG_RESULT(no)]
    )
 fi
+# Disable ICC on windows
+if test "x$ICC" != "x" -a "$starpu_windows" = "yes" ; then
+    ICC=""
+fi
 if test "x$ICC" != "x"; then
   AC_DEFINE(STARPU_HAVE_ICC, [], [Define this if icc is available])
 fi