Skip to content

Commit cb71507

Browse files
Lars Wendlermptre
Lars Wendler
authored andcommitted
configure: Fix build against ncurses with separate tinfo lib
Thanks-to: Helmut Jarausch <[email protected]> Gentoo-bug: https://bugs.gentoo.org/685712 Signed-off-by: Lars Wendler <[email protected]> Closes #313
1 parent 667a31d commit cb71507

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

configure

+3
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,9 @@ if check_curses -lcurses; then
154154
elif check_curses -lncursesw; then
155155
HAVE_NCURSESW=1
156156
LDFLAGS="${LDFLAGS} -lncursesw"
157+
elif check_curses -ltinfow; then
158+
HAVE_NCURSESW=1
159+
LDFLAGS="${LDFLAGS} -ltinfow"
157160
else
158161
fatal "curses library not found"
159162
fi

0 commit comments

Comments
 (0)