From 832024aa2730bbbcac23cae057ce8ec90069568f Mon Sep 17 00:00:00 2001 From: Kurt Zeilenga Date: Sat, 19 Sep 1998 05:08:14 +0000 Subject: [PATCH] Optimizer eliminated the pthread_create() call. --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.in b/configure.in index 6b5abd5d29..c3b54bace3 100644 --- a/configure.in +++ b/configure.in @@ -266,7 +266,7 @@ dnl AC_DEFINE(HAVE_LINUX_THREADS,1) save_LIBS="$LIBS" LIBS="-pthread $LIBS" AC_TRY_LINK([#include ],[ - if(0) pthread_create((pthread_t*) 0, + pthread_create((pthread_t*) 0, (pthread_attr_t*) 0, 0, 0); ], cf_cv_pthread_flag=yes, cf_cv_pthread_flag=no) dnl restore the LIBS -- 2.39.5