summaryrefslogtreecommitdiff
path: root/config.h.W32.template
diff options
context:
space:
mode:
authorPaul Smith <psmith@gnu.org>2011-11-15 21:12:53 +0000
committerPaul Smith <psmith@gnu.org>2011-11-15 21:12:53 +0000
commit84fb63995ce552e7011b4e5516bca5f54d3bf911 (patch)
treed8ffe41c5bb5af3a5544af0a8a0bdfc36eb2fd01 /config.h.W32.template
parenta8a69a1c00a3856d62717eb9329a587b32625050 (diff)
downloadmake-84fb63995ce552e7011b4e5516bca5f54d3bf911.tar.gz
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.
Diffstat (limited to 'config.h.W32.template')
-rw-r--r--config.h.W32.template2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.h.W32.template b/config.h.W32.template
index 9b4138e3..03a4316d 100644
--- a/config.h.W32.template
+++ b/config.h.W32.template
@@ -332,7 +332,7 @@ this program. If not, see <http://www.gnu.org/licenses/>. */
#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 */