PATCH: build preloader on amd64 again

Marcus Meissner marcus at jet.franken.de
Fri Feb 17 14:51:25 CST 2006


Hi,

We might not need kthread perhaps.

Ciao, Marcus

Changelog:
	Also build wine-{glibc,pthread,kthread,preloader} on x86_64

Index: configure.ac
===================================================================
RCS file: /home/wine/wine/configure.ac,v
retrieving revision 1.441
diff -u -r1.441 configure.ac
--- configure.ac	17 Feb 2006 13:21:57 -0000	1.441
+++ configure.ac	17 Feb 2006 20:49:28 -0000
@@ -1082,7 +1082,7 @@
 esac
 
 case $host in
-  *i[[3456789]]86*-linux* | *i[[3456789]]86*-k*bsd*-gnu)
+  *i[[3456789]]86*-linux* | *i[[3456789]]86*-k*bsd*-gnu | *x86_64*-linux*)
     AC_SUBST(MAIN_BINARY,"wine-glibc")
     AC_SUBST(EXTRA_BINARIES,"wine-kthread wine-pthread wine-preloader")
     ;;



More information about the wine-patches mailing list