From: Kurt Zeilenga Date: Sat, 19 Sep 1998 05:09:57 +0000 (+0000) Subject: Optimizer eliminated pthread_create call. X-Git-Tag: PHP3_TOOL_0_0~18^2~99 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=5547d063c45af053148fccd44740f5137c71a739;p=openldap Optimizer eliminated pthread_create call. --- 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; }