Fix PR1606:
authorReid Spencer <rspencer@reidspencer.com>
Fri, 17 Aug 2007 05:44:59 +0000 (05:44 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Fri, 17 Aug 2007 05:44:59 +0000 (05:44 +0000)
commitf8e9f7c70af05e40a65f75b49073b48941257839
treec9f559f1b11c80d30d11647f9896bfabc04ccf8c
parent3da927b95db12e94a57a0e737b2d6a99b1f7934b
Fix PR1606:
The AC_CHECK_HEADER macro was used instead of AC_CHECK_HEADERS. The former does
not automatically add a #define to the configure variables while the latter
does. Consequently, the HAVE_PTHREAD_H symbol was not defined which caused the
Mutex.cpp file to compile to an empty implementation.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@41137 91177308-0d34-0410-b5e6-96231b3b80d8
autoconf/configure.ac
include/llvm/Config/config.h.in