* configure.in: Don't test for pthread_rwlock_init
authorKen Raeburn <raeburn@mit.edu>
Tue, 24 Aug 2004 15:49:51 +0000 (15:49 +0000)
committerKen Raeburn <raeburn@mit.edu>
Tue, 24 Aug 2004 15:49:51 +0000 (15:49 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@16685 dc483132-0cff-0310-8789-dd5450dbe970

src/ChangeLog
src/configure.in

index 8965c5fb0fdbcbcd4b26ca2f18bd4c97cff6e883..78786d3d902d65cec16080731a9420be49221bd2 100644 (file)
@@ -1,5 +1,7 @@
 2004-08-24  Ken Raeburn  <raeburn@mit.edu>
 
+       * configure.in: Don't test for pthread_rwlock_init.
+
        * aclocal.m4 (KRB5_AC_PRAGMA_WEAK_REF): Fix to work with AIX
        compiler when optimizing.
 
index f640a65b3de625c46e3df7ac169f2353220db219..4a5ad0c9b1ce209dfb269481f6a687a89fdc2d73 100644 (file)
@@ -125,9 +125,6 @@ dnl for krb524
 AC_TYPE_SIGNAL
 dnl
 dnl
-dnl We don't actually use this yet, but I want to start gathering
-dnl info on which platforms support it.
-AC_CHECK_FUNCS(pthread_rwlock_init)
 dnl Check for thread safety issues.
 dnl (Is there a better place for this?)
 tsfuncs="getpwnam_r getpwuid_r gethostbyname_r getservbyname_r gmtime_r localtime_r"