xcb_in.c #ifndef _WIN32 inside of #if USE_POLL redundant and removed
[free-sw/xcb/libxcb] / configure.ac
index f535a06..23f4f22 100644 (file)
@@ -121,9 +121,8 @@ AC_PREREQ([2.59c], [], [AC_SUBST([htmldir], [m4_ifset([AC_PACKAGE_TARNAME],
 XCB_CHECK_DOXYGEN()
 
 case $host_os in
-       # darwin has poll() but can't be used to poll character devices
-       # darwin10 (SnowLeopard) should be tested as well once released
-       darwin7*) ;; darwin8*) ;; darwin9*) ;;
+       # darwin has poll() but can't be used to poll character devices (atleast through SnowLeopard)
+       darwin*) ;;
        *)
                AC_CHECK_FUNC(poll, [AC_DEFINE(USE_POLL, 1, [poll() function is available])], )
        ;;