# HG changeset patch # User Eric Warmenhoven # Date 998628973 0 # Node ID f47ff201c53c90d2fe909149346fe3e300b60895 # Parent a464da6843077765c4907ec8424b9edf65de68f1 [gaim-migrate @ 2173] this should work much better. committer: Tailor Script diff -r a464da684307 -r f47ff201c53c configure.ac --- a/configure.ac Fri Aug 24 01:36:05 2001 +0000 +++ b/configure.ac Fri Aug 24 04:56:13 2001 +0000 @@ -33,7 +33,7 @@ AC_FUNC_STRFTIME AC_CHECK_FUNCS(socket strdup strstr atexit getaddrinfo) AC_TRY_COMPILE([#include -#include ], typedef unsigned int socklen_t;, AC_DEFINE(NEED_SOCKLEN_T),) +#include ], [socklen_t slen;],,[AC_DEFINE(NEED_SOCKLEN_T)]) dnl Checks for getopt in standard library AC_CHECK_FUNCS(getopt_long , , [LIBOBJS="$LIBOBJS getopt.o getopt1.o"] )