Ver código fonte

configure.ac: revert #3300. We do not need to define that flag for nvcc. We should instead check _MSC_VER for microsoft visual studio

Nathalie Furmento 14 anos atrás
pai
commit
849b0e5746
1 arquivos alterados com 0 adições e 1 exclusões
  1. 0 1
      configure.ac

+ 0 - 1
configure.ac

@@ -48,7 +48,6 @@ case "$target" in
 *-*-mingw*|*-*-cygwin*)
   starpu_windows=yes
   libext=a
-  NVCCFLAGS="-D__MINGW32__"
   AC_DEFINE(STARPU_HAVE_WINDOWS, [], [Define this on windows.])
   ;;
 esac