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.ac b/configure.ac index a38c525..e186872 100644 --- a/configure.ac +++ b/configure.ac
@@ -1595,6 +1595,9 @@ ;; esac +AC_SUBST(MAIN_BINARY,"wine") +test -z "$with_wine64" || MAIN_BINARY="wine32" + case $host_cpu in *i[[3456789]]86*) case $host_os in