configure: include config.h in test code

This commit is contained in:
Miroslav Lichvar 2016-08-02 12:15:56 +02:00
parent d18f9ca75a
commit 895c15d677

1
configure vendored
View file

@ -24,6 +24,7 @@ test_code () {
printf "%s" "Checking for $name : "
(
echo "#include \"config.h\""
for h in $headers; do
echo "#include <$h>"
done