summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorAnthony Liguori <aliguori@us.ibm.com>2012-02-29 12:54:08 -0600
committerAnthony Liguori <aliguori@us.ibm.com>2012-02-29 12:54:08 -0600
commitf06d0f0755dbd9fee2fd3f21eefd2b19105fa346 (patch)
tree427fc2ceba391f3f9de282d5e67fe8bb8e6d1618 /configure
parent5ca2358ac895139e624881c5b3bf3095d3cc4515 (diff)
parente2efc0a3267811a2b9459116b2310325ef011f6e (diff)
downloadqemu-f06d0f0755dbd9fee2fd3f21eefd2b19105fa346.tar.gz
Merge remote-tracking branch 'spice/spice.v49' into staging
* spice/spice.v49: qxl: properly handle upright and non-shared surfaces Error out when tls-channel option is used without TLS spice: use error_report to report errors qxl: add optinal 64bit vram bar qxl: make qxl_render_update async qxl: introduce QXLCookie qxl: remove flipped qxl: require spice >= 0.8.2 qxl: drop qxl_spice_update_area_async definition sdl: remove NULL check, g_malloc0 can't fail qxl: fix spice+sdl no cursor regression
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 52ec952b63..fb0e18ee1c 100755
--- a/configure
+++ b/configure
@@ -2554,7 +2554,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.6.0 spice-server >/dev/null 2>&1 && \
+ if $pkg_config --atleast-version=0.8.2 spice-server >/dev/null 2>&1 && \
compile_prog "$spice_cflags" "$spice_libs" ; then
spice="yes"
libs_softmmu="$libs_softmmu $spice_libs"