]> git.saurik.com Git - wxWidgets.git/commitdiff
skip preprocessor test for a couple more header checks
authorPaul Cornett <paulcor@bullseye.com>
Fri, 27 Jul 2007 17:02:38 +0000 (17:02 +0000)
committerPaul Cornett <paulcor@bullseye.com>
Fri, 27 Jul 2007 17:02:38 +0000 (17:02 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@47751 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

configure.in

index 63e43bd6d7b371389bbdd47caed74a30809afe70..9311729f0a9eb248c624888156119f03398cae61 100644 (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