configure: inet_ntop and inet_pton depend on -lsocket on Solaris.
This commit is contained in:
parent
f52c7e2ad0
commit
0656691706
|
@ -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 \
|
||||||
|
|
||||||
|
|
|
@ -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 \
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue