Recognize NetBSD's terminfo implementation.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@188606 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Joerg Sonnenberger
2013-08-17 11:06:00 +00:00
parent 190673610f
commit a915b410df
3 changed files with 3 additions and 3 deletions

2
configure vendored
View File

@@ -12297,7 +12297,7 @@ return setupterm ();
return 0;
}
_ACEOF
for ac_lib in '' tinfo curses ncurses ncursesw; do
for ac_lib in '' tinfo terminfo curses ncurses ncursesw; do
if test -z "$ac_lib"; then
ac_res="none required"
else