mirror of
https://github.com/tmux/tmux.git
synced 2024-12-13 10:08:47 +00:00
Check for flock in libbsd for AIX, and remove some getopt.h includes. From J
Raynor.
This commit is contained in:
parent
28c33f67bc
commit
73f9f0334c
@ -18,7 +18,6 @@
|
|||||||
|
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
|
|
||||||
#include <getopt.h>
|
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
|
@ -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.
|
# Check for some functions that are replaced or omitted.
|
||||||
AC_CHECK_FUNCS(
|
AC_CHECK_FUNCS(
|
||||||
[ \
|
[ \
|
||||||
|
Loading…
Reference in New Issue
Block a user