Explorar el Código

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 hace 14 años
padre
commit
849b0e5746
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  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