Commit 98bec05e authored by Alexandre Julliard's avatar Alexandre Julliard

configure: socketpair needs -lsocket on Solaris.

parent 7e22055e
......@@ -18166,7 +18166,6 @@ CFLAGS="$CFLAGS $BUILTINFLAG"
for ac_func in \
_pclose \
_popen \
......@@ -18220,7 +18219,6 @@ for ac_func in \
sigaltstack \
sigprocmask \
snprintf \
socketpair \
spawnvp \
statfs \
statvfs \
......@@ -18871,6 +18869,7 @@ fi
for ac_func in \
getaddrinfo \
getnameinfo \
......@@ -18880,6 +18879,7 @@ for ac_func in \
getservbyport \
inet_network \
sendmsg \
socketpair \
do
as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
......
......@@ -1482,7 +1482,6 @@ AC_CHECK_FUNCS(\
sigaltstack \
sigprocmask \
snprintf \
socketpair \
spawnvp \
statfs \
statvfs \
......@@ -1536,6 +1535,7 @@ AC_CHECK_FUNCS(\
getservbyport \
inet_network \
sendmsg \
socketpair \
)
dnl **** Check for OpenLDAP ***
......
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