summaryrefslogtreecommitdiffstats
path: root/llvm/autoconf
diff options
context:
space:
mode:
authorChandler Carruth <chandlerc@gmail.com>2013-08-12 10:40:11 +0000
committerChandler Carruth <chandlerc@gmail.com>2013-08-12 10:40:11 +0000
commit912198585dc484f92b2d03529dc2b4e18db522ea (patch)
tree68039bd81c924c8dee44c62db86641ad520feffe /llvm/autoconf
parent3e2cbf18b7d0e834bcdb13447320c9234ae85a44 (diff)
downloadbcm5719-llvm-912198585dc484f92b2d03529dc2b4e18db522ea.tar.gz
bcm5719-llvm-912198585dc484f92b2d03529dc2b4e18db522ea.zip
Remove all checking for the various terminfo headers (term.h and
curses.h). Finding these headers is next to impossible. For example, on Debian systems libtinfo-dev provides the terminfo reading library we want, but *not* term.h. For the header, you have to use libncurses-dev. And libncursesw-dev provides a *different* term.h in a different location! These headers aren't worth it. We want two functions the signatures of which are clearly spec'ed in sys-v and other documentation. Just declare them ourselves and call them. This should fix some debian builders and provide better support for "minimal" debian systems that do want color autodetection. llvm-svn: 188165
Diffstat (limited to 'llvm/autoconf')
-rw-r--r--llvm/autoconf/configure.ac5
1 files changed, 0 insertions, 5 deletions
diff --git a/llvm/autoconf/configure.ac b/llvm/autoconf/configure.ac
index 127eb6fd49f..ceb0b9a4a0c 100644
--- a/llvm/autoconf/configure.ac
+++ b/llvm/autoconf/configure.ac
@@ -1573,11 +1573,6 @@ else
AC_SUBST(HAVE_LIBZ, 0)
fi
-dnl Try to find a suitable curses header.
-if test "$llvm_cv_enable_terminfo" = "yes" ; then
- AC_CHECK_HEADERS([term.h curses.h ncurses.h ncursesw.h ncurses/curses.h ncursesw/curses.h])
-fi
-
dnl Try to find ffi.h.
if test "$llvm_cv_enable_libffi" = "yes" ; then
AC_CHECK_HEADERS([ffi.h ffi/ffi.h])
OpenPOWER on IntegriCloud