build: @ENABLE_THREADS@ => @LLVM_ENABLE_THREADS@
authorSaleem Abdulrasool <compnerd@compnerd.org>
Thu, 31 Jan 2013 01:34:59 +0000 (01:34 +0000)
committerSaleem Abdulrasool <compnerd@compnerd.org>
Thu, 31 Jan 2013 01:34:59 +0000 (01:34 +0000)
commit11486ffd5ad0d51d9ba338b9c0596d2164e41711
treefff263b517d28ee1fd281a4f56f7b06bfacb5105
parent47896090f30fe9f37a776b46e285b1d6d8b1ad9b
build: @ENABLE_THREADS@ => @LLVM_ENABLE_THREADS@

Makefile.config does not have the value for ENABLE_THREADS substituted as the
variable is called LLVM_ENABLE_THREADS within configure.ac.  This was pointed
out by zygoloid over IRC.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@174021 91177308-0d34-0410-b5e6-96231b3b80d8
Makefile.config.in