summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorNathan Hjelm <hjelmn@mac.com>2009-06-19 22:18:44 +0100
committerDaniel Drake <dsd@gentoo.org>2009-06-19 22:18:44 +0100
commit86f79fbf61c2018bdf009c7ebf92b38f3a16fd0c (patch)
treea65ddfc49037412dd9392b38a38f1c1973618c3b /configure.ac
parentd4bd9ed4de19a9c766f7a23eea8c852cdd61c18f (diff)
downloadlibusb-86f79fbf61c2018bdf009c7ebf92b38f3a16fd0c.tar.gz
Darwin: Don't cancel transfers on timeout
...because the OS does this for us.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 57327c0..6a65a0d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -24,6 +24,7 @@ case $host in
*-darwin*)
AC_DEFINE(OS_DARWIN, [], [Darwin backend])
AC_SUBST(OS_DARWIN)
+ AC_DEFINE(USBI_OS_HANDLES_TIMEOUT, [], [Backend handles timeout])
AC_MSG_RESULT([Darwin/MacOS X])
backend="darwin"
AM_LDFLAGS="-Wl,-framework -Wl,IOKit -Wl,-framework -Wl,CoreFoundation -Wl,-prebind -no-undefined"