summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorPete Batard <pbatard@gmail.com>2010-03-03 20:19:44 +0000
committerPete Batard <pbatard@gmail.com>2010-03-03 20:19:44 +0000
commit5ca0d11008d495f53e7d0f020534e6f9ebe49e69 (patch)
tree07b1c51c2179792cfc8d3a0af526c0e29e989a18 /configure.ac
parentad460bca7234ad38e24bcfe7aa3f515a2fbe007f (diff)
downloadlibusb-5ca0d11008d495f53e7d0f020534e6f9ebe49e69.tar.gz
residual corrections from previous commits (Michael Plante)r189
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 8d3ba9d..f2d977b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -50,7 +50,7 @@ case $host in
AC_SUBST(OS_WINDOWS)
AC_MSG_RESULT([Windows])
backend="windows"
- threads="posix"
+ threads="posix"
LIBS="-lpthread -lsetupapi -lole32"
AM_CFLAGS=""
AM_LDFLAGS="-no-undefined"