X-Git-Url: http://sjero.net/git/?a=blobdiff_plain;f=configure.ac;h=78fd5e143f39f7d29e912a13b96f72c639fb7955;hb=c6b9113c61f69fe42fa7920bbc2d8f168c520887;hp=2ccc703d4c4a43aa757947269d9ce97a5f7946a7;hpb=2e2ac6ad2fc90eaf46ae5fee0bc4f61dd97b4284;p=wget diff --git a/configure.ac b/configure.ac index 2ccc703d..78fd5e14 100644 --- a/configure.ac +++ b/configure.ac @@ -163,6 +163,8 @@ AC_CHECK_HEADERS(unistd.h sys/time.h) AC_CHECK_HEADERS(termios.h sys/ioctl.h sys/select.h utime.h sys/utime.h) AC_CHECK_HEADERS(stdint.h inttypes.h pwd.h wchar.h) +AC_CHECK_DECLS(h_errno,,,[#include ]) + dnl dnl Check sizes of integer types. These are used to find n-bit dnl integral types on older systems that fail to provide intN_t and