]> git.sur5r.net Git - openldap/commitdiff
Delete dlopen check, it's never used here. We only use libtool/libltdl,
authorHoward Chu <hyc@openldap.org>
Sat, 17 Jan 2004 01:38:14 +0000 (01:38 +0000)
committerHoward Chu <hyc@openldap.org>
Sat, 17 Jan 2004 01:38:14 +0000 (01:38 +0000)
and libtool's config already does the necessary detection.

configure.in

index 20a429ad173ace0fad2a580ac192107ed85cb1b2..5f0ac40a8dc4a767914c157afeabb9b3ebf98683 100644 (file)
@@ -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)