diff options
author | Alexander Larsson <alexl@redhat.com> | 2010-07-20 18:07:02 +0200 |
---|---|---|
committer | Alexander Larsson <alexl@redhat.com> | 2010-07-20 18:07:02 +0200 |
commit | 6addcbb70dd2a0509c696c42588d78f74a231fd8 (patch) | |
tree | 8fd7c8e10f9ff174890afeddf10f7dbecc3142d8 | |
parent | 61a14dc5c293be3bb9a6823510dd0bfcfc936b98 (diff) |
Require spice-protocol 0.5.3 or later
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index afacaee..09da5a1 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 |