[libvirt] [PATCH] gnulib: remove uneccessary func module

Daniel P. Berrangé berrange at redhat.com
Thu Sep 19 13:38:06 UTC 2019


The gnulib 'func' modules provides portability to compilers which lack
the '__func__' symbol. We only care about GCC and CLang compilers so do
not need this compatibility code.

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 1ddc2a0305..383e19fa70 100644
--- a/bootstrap.conf
+++ b/bootstrap.conf
@@ -46,7 +46,6 @@ ffs
 ffsl
 fnmatch
 fsync
-func
 getaddrinfo
 getcwd-lgpl
 gethostname
-- 
2.21.0




More information about the libvir-list mailing list