Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build: Don't test "stdscr" with linking with libtinfo
When ncurses is compiled with reentrant support, the "stdscr" may be only available as a macro and not a symbol for direct linking. We can check for "stdscr" only after the curses headers are included. For now we can remove the "stdscr" test when checking for keypad() function. Signed-off-by: Kang-Che Sung <[email protected]>
- Loading branch information