From b181536f2b494547e29754dde456c9bd1f394f68 Mon Sep 17 00:00:00 2001 From: Luiz Augusto von Dentz Date: Mon, 13 Feb 2017 13:01:49 +0200 Subject: [PATCH] bootstrap-configure: Add --enable-tools bootstrap-configure shall contain all possible options so it can catch any build problem in the tree. --- bootstrap-configure | 1 + 1 file changed, 1 insertion(+) diff --git a/bootstrap-configure b/bootstrap-configure index 7abe360de..11de9fa18 100755 --- a/bootstrap-configure +++ b/bootstrap-configure @@ -11,6 +11,7 @@ fi --mandir=/usr/share/man \ --sysconfdir=/etc \ --localstatedir=/var \ + --enable-tools \ --enable-manpages \ --enable-backtrace \ --enable-testing \ -- 2.47.3