configure: inet_ntop and inet_pton depend on -lsocket on Solaris.

This commit is contained in:
Austin English 2009-03-28 00:13:09 -05:00 committed by Alexandre Julliard
parent f52c7e2ad0
commit 0656691706
2 changed files with 6 additions and 6 deletions

8
configure vendored
View File

@ -17947,8 +17947,6 @@ CFLAGS="$CFLAGS $BUILTINFLAG"
@ -17983,8 +17981,6 @@ for ac_func in \
gettid \ gettid \
gettimeofday \ gettimeofday \
getuid \ getuid \
inet_ntop \
inet_pton \
kqueue \ kqueue \
lstat \ lstat \
memmove \ memmove \
@ -18656,6 +18652,8 @@ fi
for ac_func in \ for ac_func in \
getaddrinfo \ getaddrinfo \
getnameinfo \ getnameinfo \
@ -18664,6 +18662,8 @@ for ac_func in \
getprotobynumber \ getprotobynumber \
getservbyport \ getservbyport \
inet_network \ inet_network \
inet_ntop \
inet_pton \
sendmsg \ sendmsg \
socketpair \ socketpair \

View File

@ -1456,8 +1456,6 @@ AC_CHECK_FUNCS(\
gettid \ gettid \
gettimeofday \ gettimeofday \
getuid \ getuid \
inet_ntop \
inet_pton \
kqueue \ kqueue \
lstat \ lstat \
memmove \ memmove \
@ -1530,6 +1528,8 @@ AC_CHECK_FUNCS(\
getprotobynumber \ getprotobynumber \
getservbyport \ getservbyport \
inet_network \ inet_network \
inet_ntop \
inet_pton \
sendmsg \ sendmsg \
socketpair \ socketpair \
) )