[libvirt] [PATCH 4/5] build: drop the isatty gnulib module

Daniel P. Berrangé berrange at redhat.com
Mon Oct 7 11:44:27 UTC 2019


The isatty gnulib module adds a fix for Win32 platforms where it doesn't
work correctly with character devices like NUL. This is not a compelling
enough problem for libvirt to be concerned with.

Signed-off-by: Daniel P. Berrangé <berrange at redhat.com>
---
 bootstrap.conf | 1 -
 1 file changed, 1 deletion(-)

diff --git a/bootstrap.conf b/bootstrap.conf
index 96ce1504ba..f501ef6c25 100644
--- a/bootstrap.conf
+++ b/bootstrap.conf
@@ -52,7 +52,6 @@ gettimeofday
 gnumakefile
 intprops
 ioctl
-isatty
 largefile
 listen
 localeconv
-- 
2.21.0




More information about the libvir-list mailing list