mirror of
https://github.com/tmux/tmux.git
synced 2025-09-03 06:17:04 +00:00
Fixes for GNU/kFreeBSD from James Clarke.
This commit is contained in:
@ -478,6 +478,9 @@ if test "x$found_forkpty" = xyes; then
|
||||
fi
|
||||
AM_CONDITIONAL(NEED_FORKPTY, test "x$found_forkpty" = xno)
|
||||
|
||||
# Look for kinfo_getfile in libutil.
|
||||
AC_SEARCH_LIBS(kinfo_getfile, [util util-freebsd])
|
||||
|
||||
# Look for a suitable queue.h.
|
||||
AC_CHECK_DECL(
|
||||
TAILQ_CONCAT,
|
||||
|
Reference in New Issue
Block a user