aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2003-03-15 21:04:01 +0000
committerDaniel Stenberg <daniel@haxx.se>2003-03-15 21:04:01 +0000
commitad05d0a8d9e54208756bbf72740b31a1445e731e (patch)
treeacb43ee7e99886ed098868d9ed27cdbe3f01af93
parente6bfbe968306090d4c48e02f29b1b54b8351915b (diff)
figure out select()'s argument types
-rw-r--r--configure.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index 367d5770a..94262d122 100644
--- a/configure.in
+++ b/configure.in
@@ -717,6 +717,8 @@ AC_CHECK_TYPE(ssize_t, int)
TYPE_SOCKLEN_T
TYPE_IN_ADDR_T
+AC_FUNC_SELECT_ARGTYPES
+
dnl Checks for library functions.
dnl AC_PROG_GCC_TRADITIONAL
AC_TYPE_SIGNAL