configure: Rename the main binary to "wine32" for the Wow64 build.
diff --git a/configure b/configure
index 06d06ee..12469cb 100755
--- a/configure
+++ b/configure
@@ -609,6 +609,7 @@
 LIBPOLL
 LIBDL
 EXTRA_BINARIES
+MAIN_BINARY
 SOCKETLIBS
 CRTLIBS
 LDPATH
@@ -11718,6 +11719,10 @@
     ;;
 esac
 
+MAIN_BINARY="wine"
+
+test -z "$with_wine64" || MAIN_BINARY="wine32"
+
 case $host_cpu in
   *i[3456789]86*)
     case $host_os in