skip preprocessor test for a couple more header checks
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@47751 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -3828,7 +3828,7 @@ if test "$wxUSE_OPENGL" = "yes"; then
|
|||||||
AC_MSG_RESULT([no])
|
AC_MSG_RESULT([no])
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
])
|
],, [ ])
|
||||||
],
|
],
|
||||||
[],
|
[],
|
||||||
[ ])
|
[ ])
|
||||||
@@ -5887,7 +5887,7 @@ if test "$wxUSE_CONSOLE_EVENTLOOP" = "yes"; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
if test "$wxUSE_EPOLL_DISPATCHER" = "yes"; then
|
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
|
if test "$ac_cv_header_sys_epoll_h" = "yes"; then
|
||||||
AC_DEFINE(wxUSE_EPOLL_DISPATCHER)
|
AC_DEFINE(wxUSE_EPOLL_DISPATCHER)
|
||||||
else
|
else
|
||||||
|
Reference in New Issue
Block a user