summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYonit Halperin <yhalperi@redhat.com>2011-09-18 13:16:45 +0300
committerYonit Halperin <yhalperi@redhat.com>2011-09-25 15:04:05 +0300
commit55ccc022ec9829523ebe36fdf0ec7c593ce76c22 (patch)
tree77597dfdc440300fa983bfbccf65337529518ef8
parent3ac0075cdac8fa42de47a7882022795e96cb1fee (diff)
downloadspice-55ccc022ec9829523ebe36fdf0ec7c593ce76c22.tar.gz
spice-55ccc022ec9829523ebe36fdf0ec7c593ce76c22.tar.xz
spice-55ccc022ec9829523ebe36fdf0ec7c593ce76c22.zip
configure: spice-protocol >= 0.8.2 (semi-seamless migration protocol)
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 3a865156..e169f363 100644
--- a/configure.ac
+++ b/configure.ac
@@ -126,7 +126,7 @@ fi
dnl =========================================================================
dnl Check deps
-PKG_CHECK_MODULES(PROTOCOL, spice-protocol >= 0.8.1)
+PKG_CHECK_MODULES(PROTOCOL, spice-protocol >= 0.8.2)
AC_SUBST(PROTOCOL_CFLAGS)
AC_CHECK_LIBM