]> git.ipfire.org Git - thirdparty/git.git/blobdiff - configure.ac
Merge branch 'js/test-git-installed'
[thirdparty/git.git] / configure.ac
index 44e8c036b6ec417e95ca4e5c2861785900d8634c..e0d0da3c0c9bccb0b6b1b1a5a3db0097f4f10757 100644 (file)
@@ -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=],