From 877629ed3bd9f0f021f126cfeea4e3523769fe21 Mon Sep 17 00:00:00 2001 From: Howard Chu Date: Sat, 17 Jan 2004 01:38:14 +0000 Subject: [PATCH] Delete dlopen check, it's never used here. We only use libtool/libltdl, and libtool's config already does the necessary detection. --- configure.in | 2 -- 1 file changed, 2 deletions(-) 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) -- 2.39.5