From 895c15d677da08568d44c41b8f25192074fae0aa Mon Sep 17 00:00:00 2001 From: Miroslav Lichvar Date: Tue, 2 Aug 2016 12:15:56 +0200 Subject: [PATCH] configure: include config.h in test code --- configure | 1 + 1 file changed, 1 insertion(+) diff --git a/configure b/configure index a14126b..892fede 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