From: Owen Anderson Date: Tue, 19 May 2009 22:25:55 +0000 (+0000) Subject: Forgot this file in my last commit. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=197ca8e939bb4fa3b436685a58957a11e2adb8ff;p=oota-llvm.git Forgot this file in my last commit. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@72141 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/Config/config.h.in b/include/llvm/Config/config.h.in index 8ab67a4f63a..eee2f946148 100644 --- a/include/llvm/Config/config.h.in +++ b/include/llvm/Config/config.h.in @@ -470,6 +470,9 @@ /* Installation directory for man pages */ #undef LLVM_MANDIR +/* Build multithreading support into LLVM */ +#undef LLVM_MULTITHREADED + /* Define if this is Unixish platform */ #undef LLVM_ON_UNIX