From 3ea263357470b08659fed45bb82a323b15b3621c Mon Sep 17 00:00:00 2001 From: Jeremy Kerr Date: Wed, 20 Oct 2021 21:14:25 +0800 Subject: [PATCH] configure: include ccan config from top-level config.h In 3a84d900, we moved the ccan config.h to ccan-config.h, but didn't end up including it in the top-level config.h. To complete the simplification, config.h should include the (configurator-generated) ccan-config.h. Fixes: 3a84d90084b5 ("configure: simplify config-host.h & config-host.mak generation") Reported-by: Klaus Jensen Signed-off-by: Jeremy Kerr --- configure | 1 + 1 file changed, 1 insertion(+) diff --git a/configure b/configure index b21a0982..dcf16991 100755 --- a/configure +++ b/configure @@ -103,6 +103,7 @@ cat > $config_h < $config_host_mak <