summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2010-07-20 18:07:02 +0200
committerAlexander Larsson <alexl@redhat.com>2010-07-20 18:07:02 +0200
commit6addcbb70dd2a0509c696c42588d78f74a231fd8 (patch)
tree8fd7c8e10f9ff174890afeddf10f7dbecc3142d8
parent61a14dc5c293be3bb9a6823510dd0bfcfc936b98 (diff)
downloadspice-6addcbb70dd2a0509c696c42588d78f74a231fd8.tar.gz
spice-6addcbb70dd2a0509c696c42588d78f74a231fd8.tar.xz
spice-6addcbb70dd2a0509c696c42588d78f74a231fd8.zip
Require spice-protocol 0.5.3 or later
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index afacaeeb..09da5a10 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)
+PKG_CHECK_MODULES(PROTOCOL, spice-protocol >= 0.5.3)
AC_SUBST(PROTOCOL_CFLAGS)
AC_CHECK_LIBM