From 87dfafd83f4328dc2f9fc43d150839d4320bceb4 Mon Sep 17 00:00:00 2001 From: JP Rosevear Date: Mon, 5 Jan 2004 19:50:53 +0000 Subject: Add e-util libs 2004-01-05 JP Rosevear * tools/Makefile.am: Add e-util libs * configure.in: try compiling with sys/types for freebsd (Joe Marcus Clarke ) svn path=/trunk/; revision=24056 --- configure.in | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'configure.in') diff --git a/configure.in b/configure.in index 2f238659b4..7f7c060203 100644 --- a/configure.in +++ b/configure.in @@ -65,10 +65,12 @@ AC_CHECK_HEADERS(alloca.h) dnl check for socklen_t (in Unix98) AC_MSG_CHECKING(for socklen_t) -AC_TRY_COMPILE([#include +AC_TRY_COMPILE([#include +#include socklen_t x; ],[],[AC_MSG_RESULT(yes)],[ -AC_TRY_COMPILE([#include +AC_TRY_COMPILE([#include +#include int accept (int, struct sockaddr *, size_t *); ],[],[ AC_MSG_RESULT(size_t) -- cgit v1.2.3