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:
Howard Chu 2004-01-17 01:38:14 +00:00
parent 340393fe1a
commit 877629ed3b

View 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)