From: Niels Provos Date: Sat, 8 Mar 2003 14:41:00 +0000 (+0000) Subject: sync X-Git-Tag: release-1.1b~121 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=251c7f6808fc0ab338e1e03402fb043a7670f2e0;p=libevent sync svn:r48 --- diff --git a/Makefile.am b/Makefile.am index c523aca8..98bbc7be 100644 --- a/Makefile.am +++ b/Makefile.am @@ -2,7 +2,8 @@ AUTOMAKE_OPTIONS = foreign no-dependencies SUBDIRS = . sample test -EXTRA_DIST = acconfig.h test/Makefile.in compat/err.h compat/sys/queue.h \ +EXTRA_DIST = acconfig.h evsignal.h \ + test/Makefile.in compat/err.h compat/sys/queue.h \ compat/sys/tree.h compat/sys/_time.h lib_LIBRARIES = libevent.a diff --git a/configure.in b/configure.in index 9b8793b1..775d298c 100644 --- a/configure.in +++ b/configure.in @@ -17,6 +17,7 @@ AC_PROG_INSTALL AC_PROG_LN_S dnl Checks for libraries. +AC_CHECK_LIB(socket, socket) dnl Checks for header files. AC_HEADER_STDC