Require spice-protocol 0.5.3 or later

This commit is contained in:
Alexander Larsson 2010-07-20 18:07:02 +02:00
parent 61a14dc5c2
commit 6addcbb70d

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)
PKG_CHECK_MODULES(PROTOCOL, spice-protocol >= 0.5.3)
AC_SUBST(PROTOCOL_CFLAGS)
AC_CHECK_LIBM