From dc2a6ceb81730c25c0beec1f13994b9710767ee1 Mon Sep 17 00:00:00 2001 From: Paul Smith Date: Tue, 15 Nov 2011 21:12:53 +0000 Subject: Enable jobserver on W32 when using configure. Some W32 cleanups: see Savannah bug #34830 Forgot to modify the config.h.W32.template file for jobserver support. --- config.h.W32.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config.h.W32.template') diff --git a/config.h.W32.template b/config.h.W32.template index 9b4138e..03a4316 100644 --- a/config.h.W32.template +++ b/config.h.W32.template @@ -332,7 +332,7 @@ this program. If not, see . */ #define MAKE_HOST "Windows32" /* Define this to enable job server support in GNU make. */ -/* #undef MAKE_JOBSERVER */ +#define MAKE_JOBSERVER 1 /* Define to 1 if your `struct nlist' has an `n_un' member. Obsolete, depend on `HAVE_STRUCT_NLIST_N_UN_N_NAME */ -- cgit v1.2.3