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 --- ChangeLog | 8 ++++++++ configure.in | 6 ++++-- tools/Makefile.am | 3 ++- 3 files changed, 14 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 65e7e7262c..d61c0890ec 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2004-01-05 JP Rosevear + + * tools/Makefile.am: Add e-util libs + + * configure.in: try compiling with sys/types for freebsd + + (Joe Marcus Clarke ) + 2004-01-05 Laurent Dhima * configure.in: Added "sq" to ALL_LINGUAS. 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) diff --git a/tools/Makefile.am b/tools/Makefile.am index 64d194ae77..22a9f9de26 100644 --- a/tools/Makefile.am +++ b/tools/Makefile.am @@ -32,6 +32,7 @@ killev_SOURCES = \ killev.c killev_LDADD = \ - $(top_builddir)/e-util/libeutil.la + $(top_builddir)/e-util/libeutil.la \ + $(E_UTIL_LIBS) CLEANFILES = evolution-addressbook-clean $(BUILT_SOURCES) -- cgit v1.2.3