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 \
gettimeofday \
getuid \
inet_ntop \
inet_pton \
kqueue \
lstat \
memmove \
@ -18656,6 +18652,8 @@ fi
for ac_func in \
getaddrinfo \
getnameinfo \
@ -18664,6 +18662,8 @@ for ac_func in \
getprotobynumber \
getservbyport \
inet_network \
inet_ntop \
inet_pton \
sendmsg \
socketpair \

View File

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