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