mirror of
https://gitlab.freedesktop.org/xorg/lib/libxcb.git
synced 2026-05-08 01:58:09 +02:00
configure.ac: Fix a typo on the last commit.
Signed-off-by: Jeremy Huddleston <jeremyhu@freedesktop.org>
This commit is contained in:
parent
58c96da928
commit
c7a57043da
1 changed files with 1 additions and 1 deletions
|
|
@ -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])], )
|
||||
;;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue