mirror of
https://github.com/php/php-src.git
synced 2025-08-18 15:08:55 +02:00
-lpthreads is needed on OSF/1 aka Digital Unix aka Tru64
This commit is contained in:
parent
6847fefad9
commit
8266f8a515
1 changed files with 1 additions and 0 deletions
|
@ -14,6 +14,7 @@ AC_PROG_RANLIB
|
|||
|
||||
AC_CHECK_LIB(c_r, pthread_create)
|
||||
AC_CHECK_LIB(pthread, pthread_create)
|
||||
AC_CHECK_LIB(pthreads, pthread_create)
|
||||
|
||||
AC_CHECK_FUNCS(pthread_create)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue