mirror of
https://github.com/git/git.git
synced 2025-12-12 20:36:24 +01:00
Merge branch 'dd/poll-dot-h'
A build update. * dd/poll-dot-h: git-compat-util: prefer poll.h to sys/poll.h
This commit is contained in:
@@ -789,6 +789,12 @@ AC_CHECK_HEADER([sys/select.h],
|
||||
[NO_SYS_SELECT_H=UnfortunatelyYes])
|
||||
GIT_CONF_SUBST([NO_SYS_SELECT_H])
|
||||
#
|
||||
# Define NO_POLL_H if you don't have poll.h
|
||||
AC_CHECK_HEADER([poll.h],
|
||||
[NO_POLL_H=],
|
||||
[NO_POLL_H=UnfortunatelyYes])
|
||||
GIT_CONF_SUBST([NO_POLL_H])
|
||||
#
|
||||
# Define NO_SYS_POLL_H if you don't have sys/poll.h
|
||||
AC_CHECK_HEADER([sys/poll.h],
|
||||
[NO_SYS_POLL_H=],
|
||||
|
||||
Reference in New Issue
Block a user