From 5642ef61cae64d0bb5d658263dec7945205fb6bf Mon Sep 17 00:00:00 2001 From: ehofman Date: Wed, 9 Jul 2003 13:40:06 +0000 Subject: [PATCH] Back out a patch that never went in CVS ... --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index ec37ef62..83ac0404 100644 --- a/configure.ac +++ b/configure.ac @@ -164,7 +164,7 @@ if test "x$ac_cv_lib_pthread_pthread_exit" != "xyes" -a "x$ac_cv_header_pthread_ LIBS=$save_LIBS fi -AM_CONDITIONAL(HAVE_THREADS, test "x$enable_threads" = "xyes" -a "x$ac_cv_header_pthread_h" = "xyes") +AM_CONDITIONAL(HAVE_THREADS, test "x$ac_cv_lib_c_r_pthread_exit" = "xyes" -a "x$ac_cv_header_pthread_h" = "xyes") AC_SEARCH_LIBS(inet_addr, xnet) -- 2.39.5