From: Howard Chu Date: Sat, 17 Jan 2004 01:38:14 +0000 (+0000) Subject: Delete dlopen check, it's never used here. We only use libtool/libltdl, X-Git-Tag: OPENLDAP_REL_ENG_2_1_MP~21 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=877629ed3bd9f0f021f126cfeea4e3523769fe21;p=openldap Delete dlopen check, it's never used here. We only use libtool/libltdl, and libtool's config already does the necessary detection. --- diff --git a/configure.in b/configure.in index 20a429ad17..5f0ac40a8d 100644 --- a/configure.in +++ b/configure.in @@ -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)