summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog2
-rw-r--r--src/configure.in3
2 files changed, 2 insertions, 3 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 8965c5fb0..78786d3d9 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -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.
diff --git a/src/configure.in b/src/configure.in
index f640a65b3..4a5ad0c9b 100644
--- a/src/configure.in
+++ b/src/configure.in
@@ -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"