From: ueno Date: Mon, 17 Jul 2000 11:26:49 +0000 (+0000) Subject: Add -lsocket to LIBS before checking getaddrinfo. X-Git-Tag: liece-1_4_4-1~54 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=a1d1068fc131e9a746a28cd53a7dfefd9de309e7;p=elisp%2Fliece.git Add -lsocket to LIBS before checking getaddrinfo. --- diff --git a/configure.in b/configure.in index a3ae353..0ff0c94 100644 --- a/configure.in +++ b/configure.in @@ -10,11 +10,12 @@ AC_PROG_MAKE_SET AC_PROG_RANLIB AC_CHECK_HEADERS(sys/select.h libgen.h socks.h netinet6/in6.h) -AC_CHECK_FUNCS(strtoul memmove basename getaddrinfo) AC_CHECK_LIB(nsl, gethostbyname) AC_CHECK_LIB(socket, socket) +AC_CHECK_FUNCS(strtoul memmove basename getaddrinfo) + AC_CHECK_TYPE(fd_set, int) dnl checking if the system supports ipv6 address space or not