Configure with --enable-terminfo=no for Apple's llvmCore builds.

Patch by Pete Cooper.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@193940 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Bob Wilson 2013-11-03 05:49:36 +00:00
parent 153d6191c9
commit d6b6425d3c

View File

@ -104,7 +104,8 @@ COMMON_CONFIGURE_OPTS="\
--enable-assertions=$LLVM_ASSERTIONS \
--enable-optimized=$LLVM_OPTIMIZED \
--disable-bindings \
--disable-zlib"
--disable-zlib \
--enable-terminfo=no"
COMMON_MAKEFLAGS="\
UNIVERSAL=1 \