mirror of
https://github.com/xemu-project/xemu.git
synced 2024-11-23 19:49:43 +00:00
configure: Link qga against UST tracing related libraries
Signed-off-by: Harsh Prateek Bora <harsh@linux.vnet.ibm.com> Signed-off-by: Lluís Vilanova <vilanova@ac.upc.edu> Signed-off-by: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>
This commit is contained in:
parent
94b4fefae6
commit
c9a2e37c7d
1
configure
vendored
1
configure
vendored
@ -2673,6 +2673,7 @@ int main(void) { return 0; }
|
|||||||
EOF
|
EOF
|
||||||
if compile_prog "" "" ; then
|
if compile_prog "" "" ; then
|
||||||
LIBS="-lust -lurcu-bp $LIBS"
|
LIBS="-lust -lurcu-bp $LIBS"
|
||||||
|
libs_qga="-lust -lurcu-bp $libs_qga"
|
||||||
else
|
else
|
||||||
echo
|
echo
|
||||||
echo "Error: Trace backend 'ust' missing libust header files"
|
echo "Error: Trace backend 'ust' missing libust header files"
|
||||||
|
Loading…
Reference in New Issue
Block a user