Browse Source

x86_64 builds of mingw32 are not supported directly and should just configure as generic mingw32 builds since they're NOT 64 bit.

Con Kolivas 13 years ago
parent
commit
0a1fcad533
1 changed files with 0 additions and 7 deletions
  1. 0 7
      configure.ac

+ 0 - 7
configure.ac

@@ -79,13 +79,6 @@ case $target in
 esac
 
 case $target in
-	x86_64-w64-mingw32)
-	have_x86_64=true
-	have_win32=true
-	PTHREAD_FLAGS=""
-	DLOPEN_FLAGS=""
-	WS2_LIBS="-lws2_32"
-	;;
   *-*-mingw*)
     have_x86_64=false
     have_win32=true