]> granicus.if.org Git - linux-pam/commitdiff
Relevant BUGIDs: 418450
authorAndrew G. Morgan <morgan@kernel.org>
Tue, 11 Dec 2001 07:54:22 +0000 (07:54 +0000)
committerAndrew G. Morgan <morgan@kernel.org>
Tue, 11 Dec 2001 07:54:22 +0000 (07:54 +0000)
Purpose of commit: comment

Commit summary:
---------------
added a comment to indicate that tru64 behaves like bsd by having no -ldl.

CHANGELOG
configure.in

index a2c050bafbefe6dc260d358e27e6378012f5b163..28c059c198e41fdb337fa076bc9dda14caf3e6ca 100644 (file)
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -55,6 +55,9 @@ bug report - outstanding bugs are listed here:
 0.76: please submit patches for this section with actual code/doc
       patches!
 
+* A Tru64 fix (given other stuff has already resolved this, it
+  actually just a comment actually) from 'Eddie'. (Bug 418450 -
+  agmorgan)
 * pam_handlers: BSD fix from Dag-Erling Smørgrav and Anton Berezin
   (Bug 486063 - agmorgan)
 * added the dynamic/* directory to the distribution. If you go in
index da06576db4ffbe2776201e5e8eb2f87949ecd5b1..543d975c7fa73f47c801d68da470c474770fb17b 100644 (file)
@@ -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)