In support of PR418:
authorReid Spencer <rspencer@reidspencer.com>
Tue, 12 Jul 2005 07:19:13 +0000 (07:19 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Tue, 12 Jul 2005 07:19:13 +0000 (07:19 +0000)
commit9e4f701e91b64ef5be97ff9d70b1f36f896a92d4
treebd62a282eb2d1e01df7cddadaf60bf2d9e19360c
parent46c53054d0af0a99edf98309ff11affe92a17f19
In support of PR418:
Make sure that -lpthread gets added to LIBS variable which puts it at the
end of the tools' link commands, if libpthread.a is found.

Add a test for pthread.h so we can use #ifdef HAVE_PTHREAD_H

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22401 91177308-0d34-0410-b5e6-96231b3b80d8
autoconf/configure.ac