summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2010-08-31 14:41:44 +0200
committerAlexander Larsson <alexl@redhat.com>2010-08-31 14:41:44 +0200
commit0fb07f07eaaf26140e2897172af0f4fd3d7c3d01 (patch)
tree55c801fd0b26a7da1f2611269705f36f602da1ce /configure.ac
parentc0583f6fe82b38f3969a309a90a65ea0f2f8347a (diff)
downloadspice-0fb07f07eaaf26140e2897172af0f4fd3d7c3d01.tar.gz
spice-0fb07f07eaaf26140e2897172af0f4fd3d7c3d01.tar.xz
spice-0fb07f07eaaf26140e2897172af0f4fd3d7c3d01.zip
Require spice-protocol 0.6.0
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index d05b8345..93a02048 100644
--- a/configure.ac
+++ b/configure.ac
@@ -114,7 +114,7 @@ AM_CONDITIONAL(SUPPORT_GL, test "x$have_opengl" = "xyes")
dnl =========================================================================
dnl Check deps
-PKG_CHECK_MODULES(PROTOCOL, spice-protocol >= 0.5.3)
+PKG_CHECK_MODULES(PROTOCOL, spice-protocol >= 0.6.0)
AC_SUBST(PROTOCOL_CFLAGS)
AC_CHECK_LIBM