Skip to content
Snippets Groups Projects
Commit 98bec05e authored by Alexandre Julliard's avatar Alexandre Julliard
Browse files

configure: socketpair needs -lsocket on Solaris.

parent 7e22055e
No related branches found
No related tags found
No related merge requests found
......@@ -18164,7 +18164,6 @@ CFLAGS="$CFLAGS $BUILTINFLAG"
 
 
 
 
 
for ac_func in \
......@@ -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 ***
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment