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 <k.jensen@samsung.com>
Signed-off-by: Jeremy Kerr <jk@codeconstruct.com.au>
* Configured with:
* $cmdstr
*/
+#include "ccan-config.h"
EOF
cat > $config_host_mak <<EOF