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:
Paul Cornett 2007-07-27 17:02:38 +00:00
parent b3482afb55
commit bb351eab34

View File

@ -3828,7 +3828,7 @@ if test "$wxUSE_OPENGL" = "yes"; then
AC_MSG_RESULT([no])
fi
fi
])
],, [ ])
],
[],
[ ])
@ -5887,7 +5887,7 @@ if test "$wxUSE_CONSOLE_EVENTLOOP" = "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