Skip to content
Snippets Groups Projects
Commit 877629ed authored by Howard Chu's avatar Howard Chu
Browse files

Delete dlopen check, it's never used here. We only use libtool/libltdl,

and libtool's config already does the necessary detection.
parent 340393fe
Branches
Tags
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment