added xcb_sumof() with restriction to uint8_t
[free-sw/xcb/libxcb] / configure.ac
index 67d5a95..c5f454b 100644 (file)
@@ -3,7 +3,7 @@
 
 AC_PREREQ(2.57)
 AC_INIT([libxcb],
-        1.5,
+        1.6,
         [xcb@lists.freedesktop.org])
 AC_CONFIG_SRCDIR([xcb.pc.in])
 AM_INIT_AUTOMAKE([foreign dist-bzip2])
@@ -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])], )
        ;;