configure: remove old check for socklen_t. ircd uses rb_socklen_t for a long time.
This commit is contained in:
parent
eb55877548
commit
570bbefb54
1 changed files with 0 additions and 6 deletions
|
@ -167,12 +167,6 @@ if test x"$SUN" = xyes; then
|
|||
AC_SEARCH_LIBS(inet_ntoa, nsl,, [AC_MSG_ERROR([libnsl not found! Aborting.])])
|
||||
fi
|
||||
|
||||
AC_CHECK_TYPE(socklen_t, ,
|
||||
[AC_DEFINE([socklen_t], [unsigned int],
|
||||
[If we don't have a real socklen_t, unsigned int is good enough.])],
|
||||
[#include <sys/types.h>
|
||||
#include <sys/socket.h>])
|
||||
|
||||
AC_ARG_ENABLE(ipv6,
|
||||
AC_HELP_STRING([--enable-ipv6],[Enable IPv6 support]),[ipv6=$enableval],[ipv6=no])
|
||||
|
||||
|
|
Loading…
Reference in a new issue