From 5547d063c45af053148fccd44740f5137c71a739 Mon Sep 17 00:00:00 2001 From: Kurt Zeilenga Date: Sat, 19 Sep 1998 05:09:57 +0000 Subject: [PATCH] Optimizer eliminated pthread_create call. --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index f0de599955..a865d1c682 100755 --- a/configure +++ b/configure @@ -1759,7 +1759,7 @@ else #include int main() { - if(0) pthread_create((pthread_t*) 0, + pthread_create((pthread_t*) 0, (pthread_attr_t*) 0, 0, 0); ; return 0; } -- 2.39.5