mirror of
https://github.com/tmux/tmux.git
synced 2025-09-03 06:17:04 +00:00
Look for ncurses with PKG_CONFIG, and remove libtinfo because it just causes
confusion.
This commit is contained in:
@ -18,9 +18,9 @@
|
||||
|
||||
#include <sys/types.h>
|
||||
|
||||
#ifdef HAVE_CURSES_H
|
||||
#if defined(HAVE_CURSES_H)
|
||||
#include <curses.h>
|
||||
#else
|
||||
#elif defined(HAVE_NCURSES_H)
|
||||
#include <ncurses.h>
|
||||
#endif
|
||||
#include <fnmatch.h>
|
||||
|
Reference in New Issue
Block a user