# HG changeset patch # User Matti Hamalainen # Date 1208784967 -10800 # Node ID 9cd1dca94b2a4b95a1adf32607304035dbfcdfe4 # Parent e8b8b22ce5679f04f9c81f2dfbe96dede63c581b IPv6 and socklen_t are not actually used in the core, remove the checks for them. diff -r e8b8b22ce567 -r 9cd1dca94b2a configure.ac --- a/configure.ac Mon Apr 21 16:10:32 2008 +0300 +++ b/configure.ac Mon Apr 21 16:36:07 2008 +0300 @@ -127,26 +127,6 @@ ### --------------------------------------------------------------------------- -dnl Check if socklen_t is defined -dnl ============================= -AUD_TRY_COMPILE([for socklen_t], [have_socklen_t], [ -#include -#include -], [socklen_t s;],, [ - AC_DEFINE([socklen_t], [int], [Define to int if the socklen_t type is missing]) -]) - - -### --------------------------------------------------------------------------- -dnl IPv6 support -dnl ============ -AUD_ARG_SIMPLE([ipv6], [no], -[ --enable-ipv6 Enable IPv6 support], -[USE_IPV6],, [Define if building with IPv6 support]) - - - -### --------------------------------------------------------------------------- dnl Plugin stuff dnl ======================== dnl Ok, first we find out what flags we need to use. @@ -171,7 +151,6 @@ esac - ### --------------------------------------------------------------------------- dnl Chardet support dnl ===============