2004-07-06 Ken Raeburn <raeburn@mit.edu>
* configure.in: Fix bug in last change that caused a variable to
- be used before set.
+ be used before set. Check for pthread_rwlock_init.
2004-07-04 Ken Raeburn <raeburn@mit.edu>
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"