From: Jeremy Huddleston Date: Sat, 12 Dec 2009 01:24:43 +0000 (-0800) Subject: configure.ac: Fix a typo on the last commit. X-Git-Url: http://git.demorecorder.com/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c7a57043da1717c18703a38772555fea6aa811bf;hp=58c96da9283d3c2f65c818bd952f611ec4e4dad0;p=free-sw%2Fxcb%2Flibxcb configure.ac: Fix a typo on the last commit. Signed-off-by: Jeremy Huddleston --- 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])], ) ;;