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
|
@ -122,7 +122,7 @@ XCB_CHECK_DOXYGEN()
|
||||||
|
|
||||||
case $host_os in
|
case $host_os in
|
||||||
# darwin has poll() but can't be used to poll character devices (atleast through SnowLeopard)
|
# 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])], )
|
AC_CHECK_FUNC(poll, [AC_DEFINE(USE_POLL, 1, [poll() function is available])], )
|
||||||
;;
|
;;
|
||||||
|
|
Loading…
Reference in New Issue