From dff9a341d2ed286218a7be923fd4bfe99c6fe626 Mon Sep 17 00:00:00 2001 From: Ken Raeburn Date: Sat, 26 Mar 2005 02:02:40 +0000 Subject: * configure.in: Don't check for getpwnam_r and getpwuid_r in the thread-safety warnings. The tests done elsewhere in the tree are stricter and may not agree. ticket: 2982 status: open git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@17156 dc483132-0cff-0310-8789-dd5450dbe970 --- src/ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/ChangeLog') diff --git a/src/ChangeLog b/src/ChangeLog index 6113b7b82d..edd4b714cc 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,9 @@ +2005-03-25 Ken Raeburn + + * configure.in: Don't check for getpwnam_r and getpwuid_r in the + thread-safety warnings. The tests done elsewhere in the tree are + stricter and may not agree. + 2005-03-04 Ken Raeburn * aclocal.m4 (KRB5_AC_ENABLE_THREADS): Expand on error message if -- cgit