+2004-07-06 Ken Raeburn <raeburn@mit.edu>
+
+ * configure.in: Fix bug in last change that caused a variable to
+ be used before set.
+
2004-07-04 Ken Raeburn <raeburn@mit.edu>
* aclocal.m4 (AC_LIBRARY_NET): Look for res_nsearch.
dnl
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"
AC_CHECK_FUNCS($tsfuncs)
if test "$enable_thread_support" = yes; then
- tsfuncs="getpwnam_r getpwuid_r gethostbyname_r getservbyname_r gmtime_r localtime_r"
tsmissing=""
for ts in $tsfuncs; do
if eval "test \"\${ac_cv_func_$ts}\" != yes"; then