Browse Source

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 years ago
parent
commit
849b0e5746
1 changed files with 0 additions and 1 deletions
  1. 0 1
      configure.ac

+ 0 - 1
configure.ac

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