configure: socketpair needs -lsocket on Solaris.

This commit is contained in:
Alexandre Julliard 2009-03-26 11:07:28 +01:00
parent 7e22055ee1
commit 98bec05ed7
2 changed files with 3 additions and 3 deletions

4
configure vendored
View File

@ -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`

View File

@ -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 ***