From 2d1c82bb519e5fd9c09baaf8f43db1998c4f575f Mon Sep 17 00:00:00 2001 From: "Andrew G. Morgan" Date: Tue, 11 Dec 2001 07:54:22 +0000 Subject: Relevant BUGIDs: 418450 Purpose of commit: comment Commit summary: --------------- added a comment to indicate that tru64 behaves like bsd by having no -ldl. --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.in') diff --git a/configure.in b/configure.in index da06576d..543d975c 100644 --- a/configure.in +++ b/configure.in @@ -185,7 +185,7 @@ dnl Checks for the existence of lckpwdf in libc AC_CHECK_LIB(c, lckpwdf, HAVE_LCKPWDF=yes, HAVE_LCKPWDF=no) AC_SUBST(HAVE_LCKPWDF) -dnl Checks for the existence of libdl - on BSD its part of libc +dnl Checks for the existence of libdl - on BSD and Tru64 its part of libc AC_CHECK_LIB(dl, dlopen, LIBDL=-ldl) AC_SUBST(LIBDL) -- cgit v1.2.3