This fixes the configure check for when building ncurses with tinfo as a
separate library.
The check would previously only set the libs from pkg-config correctly if
both ncursesw and ncurses existed, when it should work also when only
libncurses exists.
Also removed the redundant concatenation to LIBS in PKG_CHECK_MODULES. It
already happens in makefile.am
Thanks!
Show replies by date