diff options
author | Daniel Stenberg <daniel@haxx.se> | 2001-11-28 13:16:56 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2001-11-28 13:16:56 +0000 |
commit | d09b43693777178fa8545d64530b2b60f05b053a (patch) | |
tree | 8f7d035256fc73a5c7a45cf08071bee834e0c809 /configure.in | |
parent | 10fdb1d743746294da4d23cbfd677e60d3d6f5d0 (diff) | |
download | curl-d09b43693777178fa8545d64530b2b60f05b053a.tar.gz |
Added an in_addr_t check
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 17a6da0e8..197132c9a 100644 --- a/configure.in +++ b/configure.in @@ -492,7 +492,6 @@ AC_CHECK_HEADERS( \ sys/stat.h \ sys/types.h \ sys/time.h \ - getopt.h \ sys/param.h \ termios.h \ termio.h \ @@ -527,6 +526,7 @@ AC_CHECK_SIZEOF(long long, 4) AC_CHECK_TYPE(ssize_t, int) TYPE_SOCKLEN_T +TYPE_IN_ADDR_T dnl Checks for library functions. dnl AC_PROG_GCC_TRADITIONAL |