projects
/
elisp
/
liece.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3fb800b
)
Add -lsocket to LIBS before checking getaddrinfo.
author
ueno
<ueno>
Mon, 17 Jul 2000 11:26:49 +0000
(11:26 +0000)
committer
ueno
<ueno>
Mon, 17 Jul 2000 11:26:49 +0000
(11:26 +0000)
configure.in
patch
|
blob
|
history
diff --git
a/configure.in
b/configure.in
index
a3ae353
..
0ff0c94
100644
(file)
--- 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