From ad6189389da124c39571d3773f693a85d3b1208d Mon Sep 17 00:00:00 2001 From: =?utf8?q?Daniel=20P=2E=20Berrang=C3=A9?= Date: Mon, 16 Sep 2019 13:15:04 +0100 Subject: [PATCH] gnulib: remove uneccessary func module MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit 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. Reviewed-by: Michal Privoznik Signed-off-by: Daniel P. Berrangé --- bootstrap.conf | 1 - 1 file changed, 1 deletion(-) diff --git a/bootstrap.conf b/bootstrap.conf index 1ea3f5d2f7..4f944a9c23 100644 --- a/bootstrap.conf +++ b/bootstrap.conf @@ -48,7 +48,6 @@ ffs ffsl fnmatch fsync -func getaddrinfo getcwd-lgpl gethostname -- 2.47.2