X-Git-Url: http://git.demorecorder.com/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=configure.ac;h=23f4f22533ea700a3da127735e93f9773e1e24a6;hb=367882fa32489ebafcd9afc04fbf732b02ceb33a;hp=f535a065a09c2ea506ca0f147d89efb27f27c8b9;hpb=a470579ba29c8f39e77668558a08bb173297711f;p=free-sw%2Fxcb%2Flibxcb diff --git a/configure.ac b/configure.ac index f535a06..23f4f22 100644 --- a/configure.ac +++ b/configure.ac @@ -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])], ) ;;