From: Jeremy Kerr Date: Wed, 20 Oct 2021 13:14:25 +0000 (+0800) Subject: configure: include ccan config from top-level config.h X-Git-Tag: v1.0-rc0~71^2~1 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=3ea263357470b08659fed45bb82a323b15b3621c;p=users%2Fsagi%2Flibnvme.git 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 --- diff --git a/configure b/configure index b21a0982..dcf16991 100755 --- a/configure +++ b/configure @@ -103,6 +103,7 @@ cat > $config_h < $config_host_mak <