Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Nadezhda Ivanova
OpenLDAP
Commits
832024aa
Commit
832024aa
authored
Sep 19, 1998
by
Kurt Zeilenga
Browse files
Optimizer eliminated the pthread_create() call.
parent
f41beb9e
Changes
1
Hide whitespace changes
Inline
Side-by-side
configure.in
View file @
832024aa
...
...
@@ -266,7 +266,7 @@ dnl AC_DEFINE(HAVE_LINUX_THREADS,1)
save_LIBS="$LIBS"
LIBS="-pthread $LIBS"
AC_TRY_LINK([#include <pthread.h>],[
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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment