From 790a40ec9965a5dcfa6b0fef36476001da3e603e Mon Sep 17 00:00:00 2001 From: curt Date: Mon, 9 Apr 2001 18:02:22 +0000 Subject: [PATCH 1/1] Tweak... --- configure.in | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/configure.in b/configure.in index 27ca332c..13c6fcfa 100644 --- a/configure.in +++ b/configure.in @@ -331,3 +331,9 @@ fi if test "x$ac_cv_header_zlib_h" != "xyes"; then echo "Building zlib" fi + +if test "x$ac_cv_lib_pthread_pthread_exit" = "xyes" -o "x$ac_cv_header_pthread_h" = "xyes"; then + echo "Threads: pthread is supported." +else + echo "Threads: no threads (pthreads not found.)" +fi -- 2.39.5