From: Miroslav Lichvar Date: Tue, 2 Aug 2016 10:15:56 +0000 (+0200) Subject: configure: include config.h in test code X-Git-Tag: 3.0-pre1~146 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=895c15d677da08568d44c41b8f25192074fae0aa;p=thirdparty%2Fchrony.git configure: include config.h in test code --- diff --git a/configure b/configure index a14126bf..892fede5 100755 --- a/configure +++ b/configure @@ -24,6 +24,7 @@ test_code () { printf "%s" "Checking for $name : " ( + echo "#include \"config.h\"" for h in $headers; do echo "#include <$h>" done