diff options
author | Anthony Liguori <aliguori@us.ibm.com> | 2011-06-08 12:15:11 -0500 |
---|---|---|
committer | Anthony Liguori <aliguori@us.ibm.com> | 2011-06-08 12:15:11 -0500 |
commit | ac779fe2334ebea5d4a365b053d786f7748a1db5 (patch) | |
tree | 5459fe587195dcb74b3b2ca19dc2d4a39a9fb31e /configure | |
parent | 13748cf499fbd93468e7103c0866e073a666f270 (diff) | |
parent | 212496c98219df17913f3157a7bf85575b32384f (diff) |
Merge remote-tracking branch 'spice/spice.v37' into staging
Conflicts:
vl.c
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2414,7 +2414,7 @@ int main(void) { spice_server_new(); return 0; } EOF spice_cflags=$($pkg_config --cflags spice-protocol spice-server 2>/dev/null) spice_libs=$($pkg_config --libs spice-protocol spice-server 2>/dev/null) - if $pkg_config --atleast-version=0.5.3 spice-server >/dev/null 2>&1 && \ + if $pkg_config --atleast-version=0.6.0 spice-server >/dev/null 2>&1 && \ compile_prog "$spice_cflags" "$spice_libs" ; then spice="yes" libs_softmmu="$libs_softmmu $spice_libs" |