mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-15 03:01:09 +08:00
ITS#7071 check for socket() in -lnet
This commit is contained in:
parent
ddaea1cf73
commit
330fc85c2e
@ -939,7 +939,7 @@ dnl -linet
|
||||
AC_CHECK_FUNC(socket, :, [
|
||||
dnl hopefully we won't include too many libraries
|
||||
AC_CHECK_LIB(socket, main)
|
||||
AC_CHECK_LIB(net, main)
|
||||
AC_CHECK_LIB(net, socket)
|
||||
AC_CHECK_LIB(nsl_s, main)
|
||||
AC_CHECK_LIB(nsl, main)
|
||||
AC_CHECK_LIB(inet, socket)
|
||||
|
Loading…
Reference in New Issue
Block a user