Set PTHREADS_LIBS on Irix.

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@14999 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2005-04-28 11:11:50 +00:00
parent 69b38e01a0
commit c5e8723495

View File

@@ -44,6 +44,7 @@ case "$host" in
;;
mips-sgi-irix6.[[5-9]]) # maybe works for earlier versions too
enable_pthread_support=yes
PTHREADS_LIBS="-lpthread"
;;
*)
enable_pthread_support=no