]> git.ipfire.org Git - thirdparty/chrony.git/commitdiff
configure: include config.h in test code
authorMiroslav Lichvar <mlichvar@redhat.com>
Tue, 2 Aug 2016 10:15:56 +0000 (12:15 +0200)
committerMiroslav Lichvar <mlichvar@redhat.com>
Thu, 11 Aug 2016 08:45:48 +0000 (10:45 +0200)
configure

index a14126bf5b7000a068bd24820db81146e334f871..892fede5cfcf5461d7c36c5b678400bb0b772271 100755 (executable)
--- 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