diff options
author | Nathan Hjelm <hjelmn@mac.com> | 2009-06-19 22:18:44 +0100 |
---|---|---|
committer | Daniel Drake <dsd@gentoo.org> | 2009-06-19 22:18:44 +0100 |
commit | 86f79fbf61c2018bdf009c7ebf92b38f3a16fd0c (patch) | |
tree | a65ddfc49037412dd9392b38a38f1c1973618c3b /configure.ac | |
parent | d4bd9ed4de19a9c766f7a23eea8c852cdd61c18f (diff) | |
download | libusb-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.ac | 1 |
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" |