mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-20 22:59:34 -05:00
Reword pthread error message for clarity
This commit is contained in:
parent
2124673988
commit
6e5b538839
1 changed files with 1 additions and 1 deletions
|
|
@ -1489,7 +1489,7 @@ int main(argc, argv)
|
|||
CPPFLAGS="$save_CPPFLAGS"
|
||||
LIBS="$save_LIBS"
|
||||
else
|
||||
AC_MSG_ERROR([could not link with POSIX Threads])
|
||||
AC_MSG_ERROR([could not locate usable POSIX Threads])
|
||||
fi
|
||||
fi
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue