mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-09 08:23:35 -05:00
Update error message for pthread_create() works failure.
This commit is contained in:
parent
3f65f687e5
commit
df1672bd02
1 changed files with 1 additions and 1 deletions
|
|
@ -917,7 +917,7 @@ int main(argc, argv)
|
|||
AC_MSG_RESULT($ol_cv_pthread_create_works)
|
||||
|
||||
if test $ol_cv_pthread_create_works = no ; then
|
||||
AC_MSG_ERROR([pthread.h and pthread_create are not compatible])
|
||||
AC_MSG_ERROR([pthread_create is not usable, check environment settings])
|
||||
fi
|
||||
|
||||
dnl Check if select causes an yield
|
||||
|
|
|
|||
Loading…
Reference in a new issue