mirror of
https://github.com/tmux/tmux.git
synced 2025-09-03 14:27:09 +00:00
Check for flock in libbsd for AIX, and remove some getopt.h includes. From J
Raynor.
This commit is contained in:
@ -96,6 +96,9 @@ AC_CHECK_HEADERS(
|
||||
]
|
||||
)
|
||||
|
||||
# Look for library needed for flock.
|
||||
AC_SEARCH_LIBS(flock, bsd)
|
||||
|
||||
# Check for some functions that are replaced or omitted.
|
||||
AC_CHECK_FUNCS(
|
||||
[ \
|
||||
|
Reference in New Issue
Block a user