From 5c3575206ee106bfd4ba5996cf4c8f6d0453f7ca Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Daniel=20P=2E=20Berrang=C3=A9?= <berrange@redhat.com>
Date: Wed, 2 Oct 2019 18:19:18 +0100
Subject: [PATCH] build: drop the pthread gnulib module
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

This was fixing a problem with old versions of mingw which had a
pthread.h that polluted the namespace with random symbols. This is no
longer relevant on our mingw platform targets.

Reviewed-by: Ján Tomko <jtomko@redhat.com>
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
---
 bootstrap.conf | 1 -
 1 file changed, 1 deletion(-)

diff --git a/bootstrap.conf b/bootstrap.conf
index 2c4cd8fbf2..fe8f7fc9c3 100644
--- a/bootstrap.conf
+++ b/bootstrap.conf
@@ -79,7 +79,6 @@ pipe-posix
 pipe2
 poll
 posix-shell
-pthread
 pthread_sigmask
 recv
 regex