]> git.ipfire.org Git - thirdparty/ldns.git/commitdiff
use AC_INCLUDES_DEFAULT in configure.ac
authorMiek Gieben <miekg@NLnetLabs.nl>
Tue, 6 Dec 2005 11:04:18 +0000 (11:04 +0000)
committerMiek Gieben <miekg@NLnetLabs.nl>
Tue, 6 Dec 2005 11:04:18 +0000 (11:04 +0000)
configure.ac

index 217b920db08959945593b48821946cc680d4d7b2..4a61cc9c6cfb6ece990382c39e371fdfa0637a1c 100644 (file)
@@ -117,9 +117,9 @@ AC_HEADER_STDC
 #AC_HEADER_SYS_WAIT
 #AC_CHECK_HEADERS([getopt.h fcntl.h stdlib.h string.h strings.h unistd.h])
 # do the very minimum - we can always extend this
-AC_CHECK_HEADERS([getopt.h stdbool.h openssl/ssl.h netinet/in.h time.h])
+AC_CHECK_HEADERS([getopt.h stdbool.h openssl/ssl.h netinet/in.h time.h],,, [AC_INCLUDES_DEFAULT])
 AC_CHECK_HEADERS(sys/param.h sys/mount.h,,,
-[
+[AC_INCLUDES_DEFAULT
   [
    #if HAVE_SYS_PARAM_H
    # include <sys/param.h>