Require spice-protocol 0.6.0

This commit is contained in:
Alexander Larsson 2010-08-31 14:41:44 +02:00
parent c0583f6fe8
commit 0fb07f07ea

View File

@ -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