Skip to content

Commit 8266f8a

Browse files
author
Sascha Schumann
committed
-lpthreads is needed on OSF/1 aka Digital Unix aka Tru64
1 parent 6847fef commit 8266f8a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

TSRM/configure.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ AC_PROG_RANLIB
1414

1515
AC_CHECK_LIB(c_r, pthread_create)
1616
AC_CHECK_LIB(pthread, pthread_create)
17+
AC_CHECK_LIB(pthreads, pthread_create)
1718

1819
AC_CHECK_FUNCS(pthread_create)
1920

0 commit comments

Comments
 (0)