diff options
author | Pete Batard <pbatard@gmail.com> | 2010-03-03 20:19:44 +0000 |
---|---|---|
committer | Pete Batard <pbatard@gmail.com> | 2010-03-03 20:19:44 +0000 |
commit | 5ca0d11008d495f53e7d0f020534e6f9ebe49e69 (patch) | |
tree | 07b1c51c2179792cfc8d3a0af526c0e29e989a18 /configure.ac | |
parent | ad460bca7234ad38e24bcfe7aa3f515a2fbe007f (diff) | |
download | libusb-5ca0d11008d495f53e7d0f020534e6f9ebe49e69.tar.gz |
residual corrections from previous commits (Michael Plante)r189
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
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" |