summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorPete Batard <pbatard@gmail.com>2010-01-14 01:22:31 +0000
committerPete Batard <pbatard@gmail.com>2010-01-14 01:22:31 +0000
commit368130bd31efbb97d709882ded63de870974d3e4 (patch)
treed6e81f34fad64657bc61f646c36ac112e339c231 /configure.ac
parentf688da4ae79b2c1fe8210d4c486110db268f2842 (diff)
downloadlibusb-368130bd31efbb97d709882ded63de870974d3e4.tar.gz
svn r35:
- new non-controversial composite device interface enumeration - full XP support with port number detection workaround trade-off - dropped read_registry_key - dropped get_composite_interface_path - factorized interface details enumeration - dropped requirement -lws2_32 from configure.ac and added -lole32 (for string to GUID conversion) - removed debug mode from windows_compat.c
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 088c9ac..6802458 100644
--- a/configure.ac
+++ b/configure.ac
@@ -36,7 +36,7 @@ case $host in
AC_DEFINE(USBI_OS_HANDLES_TIMEOUT, [], [Backend handles timeout])
AC_MSG_RESULT([Windows])
backend="windows"
- LIBS="-lpthread -lsetupapi -lws2_32"
+ LIBS="-lpthread -lsetupapi -lole32"
AM_LDFLAGS=""
;;
*)