X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=configure.ac;h=dcb302fa187cd2d5e3cf69397825098f08e5f8e4;hp=fb0c65d10d10bef526dd59126868a463653e8c3e;hb=18bca2706b4c5c1f3bdad7349e092d0675608a61;hpb=090f1596ae2eb446c265a62849f59657a9ee9e07 diff --git a/configure.ac b/configure.ac index fb0c65d1..dcb302fa 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