configure: fixed unwanted error message

This commit is contained in:
Evgeny Grin (Karlson2k)
2024-08-01 16:06:43 +02:00
parent 26985c4e54
commit bd57636352
+1 -1
View File
@@ -2889,7 +2889,7 @@ AC_ARG_ENABLE([[poll]],
)
AS_IF([test "$os_is_native_w32" != "yes"],
[
AC_CHECK_HEADERS([poll.h],[AC_INCLUDES_DEFAULT])
AC_CHECK_HEADERS([poll.h],[],[],[AC_INCLUDES_DEFAULT])
MHD_CHECK_FUNC([poll],
[[
#include <poll.h>