mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-21 15:19:34 -05:00
ITS#7071 check for socket() in -lnet
This commit is contained in:
parent
ddaea1cf73
commit
330fc85c2e
1 changed files with 1 additions and 1 deletions
|
|
@ -939,7 +939,7 @@ dnl -linet
|
||||||
AC_CHECK_FUNC(socket, :, [
|
AC_CHECK_FUNC(socket, :, [
|
||||||
dnl hopefully we won't include too many libraries
|
dnl hopefully we won't include too many libraries
|
||||||
AC_CHECK_LIB(socket, main)
|
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_s, main)
|
||||||
AC_CHECK_LIB(nsl, main)
|
AC_CHECK_LIB(nsl, main)
|
||||||
AC_CHECK_LIB(inet, socket)
|
AC_CHECK_LIB(inet, socket)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue