diff options
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
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])], ) ;; |