summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorAurelien Jarno <aurelien@aurel32.net>2012-09-11 20:57:58 +0200
committerGerd Hoffmann <kraxel@redhat.com>2012-09-13 09:50:11 +0200
commit56ab2ad177dc43d474dc0a0bd84e81ef00f31e11 (patch)
treeb5260fcd6f972d6602aeacc02654fa03bfac0f26 /configure
parent8f74ed1e43263293301031a10e440549bab19a6e (diff)
downloadhqemu-56ab2ad177dc43d474dc0a0bd84e81ef00f31e11.zip
hqemu-56ab2ad177dc43d474dc0a0bd84e81ef00f31e11.tar.gz
configure: usbredir fixes
usbredir is only used by system emulation, so add the libraries to libs_softmmu instead of LIBS. Cc: Michael Tokarev <mjt@tls.msk.ru> Cc: Gerd Hoffmann <kraxel@redhat.com> Signed-off-by: Aurelien Jarno <aurelien@aurel32.net> Signed-off-by: Hans de Goede <hdegoede@redhat.com> Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 7656c32..e42c812 100755
--- a/configure
+++ b/configure
@@ -2763,7 +2763,7 @@ if test "$usb_redir" != "no" ; then
usb_redir_cflags=$($pkg_config --cflags libusbredirparser 2>/dev/null)
usb_redir_libs=$($pkg_config --libs libusbredirparser 2>/dev/null)
QEMU_CFLAGS="$QEMU_CFLAGS $usb_redir_cflags"
- LIBS="$LIBS $usb_redir_libs"
+ libs_softmmu="$libs_softmmu $usb_redir_libs"
else
if test "$usb_redir" = "yes"; then
feature_not_found "usb-redir"
OpenPOWER on IntegriCloud