Commit 06566917 authored by Austin English's avatar Austin English Committed by Alexandre Julliard

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

parent f52c7e2a
......@@ -17950,8 +17950,6 @@ CFLAGS="$CFLAGS $BUILTINFLAG"
for ac_func in \
_pclose \
_popen \
......@@ -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 \
......
......@@ -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 \
)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment