commit | 3e6eab3fd97e7c0ed2c8d233875aa4cfa8965985 | [log] [tgz] |
---|---|---|
author | Alexandre Julliard <julliard@winehq.org> | Thu Aug 13 19:54:31 2009 +0200 |
committer | Alexandre Julliard <julliard@winehq.org> | Fri Aug 14 09:45:30 2009 +0200 |
tree | e4d290f728932e0fdae50f3a6f1b2dbe190ed999 | |
parent | 90647774575f2c67dd777f858f4e00f818249254 [diff] [blame] |
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