summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorPete Batard <pbatard@gmail.com>2010-01-14 01:26:34 +0000
committerPete Batard <pbatard@gmail.com>2010-01-14 01:26:34 +0000
commit762989c9ba538a860d202d7327e08db3fd1ddc8d (patch)
tree442578c84f85840f88e7f15ca60fcf2dc3293d57 /configure.ac
parent191930f7007f373144ee7ecfc098eb390a33265d (diff)
downloadlibusb-762989c9ba538a860d202d7327e08db3fd1ddc8d.tar.gz
svn r44:
- fixed configure.ac for libusb handled timeouts - fixed crash on invalid fds in windows_compat.c - xusb improvements for mass storage test
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 6802458..01e0984 100644
--- a/configure.ac
+++ b/configure.ac
@@ -33,7 +33,6 @@ case $host in
*-mingw*)
AC_DEFINE(OS_WINDOWS, [], [Windows backend])
AC_SUBST(OS_WINDOWS)
- AC_DEFINE(USBI_OS_HANDLES_TIMEOUT, [], [Backend handles timeout])
AC_MSG_RESULT([Windows])
backend="windows"
LIBS="-lpthread -lsetupapi -lole32"