From a915b410dfbb47a77e3936c987105b8ff459d448 Mon Sep 17 00:00:00 2001 From: Joerg Sonnenberger Date: Sat, 17 Aug 2013 11:06:00 +0000 Subject: Recognize NetBSD's terminfo implementation. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@188606 91177308-0d34-0410-b5e6-96231b3b80d8 --- autoconf/configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'autoconf') diff --git a/autoconf/configure.ac b/autoconf/configure.ac index ceb0b9a..31edd35 100644 --- a/autoconf/configure.ac +++ b/autoconf/configure.ac @@ -1392,7 +1392,7 @@ AC_SEARCH_LIBS(clock_gettime,rt) dnl The curses library is optional; used for querying terminal info if test "$llvm_cv_enable_terminfo" = "yes" ; then dnl We need the has_color functionality in curses for it to be useful. - AC_SEARCH_LIBS(setupterm,tinfo curses ncurses ncursesw, + AC_SEARCH_LIBS(setupterm,tinfo terminfo curses ncurses ncursesw, AC_DEFINE([HAVE_TERMINFO],[1], [Define if the setupterm() function is supported this platform.])) fi -- cgit v1.1