configure: include config.h in test code
This commit is contained in:
parent
d18f9ca75a
commit
895c15d677
1 changed files with 1 additions and 0 deletions
1
configure
vendored
1
configure
vendored
|
@ -24,6 +24,7 @@ test_code () {
|
||||||
printf "%s" "Checking for $name : "
|
printf "%s" "Checking for $name : "
|
||||||
|
|
||||||
(
|
(
|
||||||
|
echo "#include \"config.h\""
|
||||||
for h in $headers; do
|
for h in $headers; do
|
||||||
echo "#include <$h>"
|
echo "#include <$h>"
|
||||||
done
|
done
|
||||||
|
|
Loading…
Reference in a new issue