From: Miek Gieben Date: Tue, 6 Dec 2005 11:04:18 +0000 (+0000) Subject: use AC_INCLUDES_DEFAULT in configure.ac X-Git-Tag: release-1.1.0~562 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f33445cb3d39e95a929dec34bb7f95515d1b2f59;p=thirdparty%2Fldns.git use AC_INCLUDES_DEFAULT in configure.ac --- diff --git a/configure.ac b/configure.ac index 217b920d..4a61cc9c 100644 --- a/configure.ac +++ b/configure.ac @@ -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