]> git.sur5r.net Git - openldap/commitdiff
Optimizer eliminated pthread_create call.
authorKurt Zeilenga <kurt@openldap.org>
Sat, 19 Sep 1998 05:09:57 +0000 (05:09 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Sat, 19 Sep 1998 05:09:57 +0000 (05:09 +0000)
configure

index f0de599955f57fceb0672013d23e123831dfeb22..a865d1c6825c8c6923df6b0909b254336c7e08cb 100755 (executable)
--- a/configure
+++ b/configure
@@ -1759,7 +1759,7 @@ else
 #include <pthread.h>
 int main() {
 
-                                       if(0) pthread_create((pthread_t*) 0,
+                                       pthread_create((pthread_t*) 0,
                                                (pthread_attr_t*) 0, 0, 0);
                                        
 ; return 0; }