Add -lsocket to LIBS before checking getaddrinfo.
authorueno <ueno>
Mon, 17 Jul 2000 11:26:49 +0000 (11:26 +0000)
committerueno <ueno>
Mon, 17 Jul 2000 11:26:49 +0000 (11:26 +0000)
configure.in

index a3ae353..0ff0c94 100644 (file)
@@ -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