git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@47751
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
AC_MSG_RESULT([no])
fi
fi
AC_MSG_RESULT([no])
fi
fi
fi
if test "$wxUSE_EPOLL_DISPATCHER" = "yes"; then
fi
if test "$wxUSE_EPOLL_DISPATCHER" = "yes"; then
- AC_CHECK_HEADERS(sys/epoll.h)
+ AC_CHECK_HEADERS(sys/epoll.h,,, [AC_INCLUDES_DEFAULT()])
if test "$ac_cv_header_sys_epoll_h" = "yes"; then
AC_DEFINE(wxUSE_EPOLL_DISPATCHER)
else
if test "$ac_cv_header_sys_epoll_h" = "yes"; then
AC_DEFINE(wxUSE_EPOLL_DISPATCHER)
else