mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-03-07 14:18:15 +08:00
Delete dlopen check, it's never used here. We only use libtool/libltdl,
and libtool's config already does the necessary detection.
This commit is contained in:
parent
340393fe1a
commit
877629ed3b
@ -898,8 +898,6 @@ AC_CHECK_HEADERS( \
|
||||
dnl ----------------------------------------------------------------
|
||||
dnl Checks for libraries
|
||||
|
||||
AC_CHECK_FUNC(dlopen, :, [AC_CHECK_LIB(dl, dlopen)])
|
||||
|
||||
dnl HP-UX requires -lV3
|
||||
dnl this is not needed on newer versions of HP-UX
|
||||
AC_CHECK_LIB(V3, sigset)
|
||||
|
Loading…
Reference in New Issue
Block a user