X-Git-Url: http://git.demorecorder.com/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=configure.ac;h=23f4f22533ea700a3da127735e93f9773e1e24a6;hb=d18d03d6f37ec220805855d840950716e22354e4;hp=67d5a953796081afef24eea2f1fb36f5fd91ba90;hpb=58c96da9283d3c2f65c818bd952f611ec4e4dad0;p=free-sw%2Fxcb%2Flibxcb diff --git a/configure.ac b/configure.ac index 67d5a95..23f4f22 100644 --- a/configure.ac +++ b/configure.ac @@ -122,7 +122,7 @@ XCB_CHECK_DOXYGEN() case $host_os in # darwin has poll() but can't be used to poll character devices (atleast through SnowLeopard) - darwin*) + darwin*) ;; *) AC_CHECK_FUNC(poll, [AC_DEFINE(USE_POLL, 1, [poll() function is available])], ) ;;