mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 16:49:39 -05:00
Add stupid check for dlopen for SASL and TLS
This commit is contained in:
parent
508890e75b
commit
6e4655a6c5
3 changed files with 663 additions and 561 deletions
|
|
@ -723,6 +723,8 @@ AC_CHECK_HEADERS( \
|
|||
dnl ----------------------------------------------------------------
|
||||
dnl Checks for libraries
|
||||
|
||||
AC_CHECK_FUNC(dlopen, :, [AC_CHECK_LIB(dl, dlopen)])
|
||||
|
||||
dnl HP-UX requires -lV3
|
||||
AC_CHECK_LIB(V3, sigset)
|
||||
|
||||
|
|
|
|||
|
|
@ -573,6 +573,9 @@
|
|||
/* Define if you have the bind library (-lbind). */
|
||||
#undef HAVE_LIBBIND
|
||||
|
||||
/* Define if you have the dl library (-ldl). */
|
||||
#undef HAVE_LIBDL
|
||||
|
||||
/* Define if you have the gen library (-lgen). */
|
||||
#undef HAVE_LIBGEN
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue