diff options
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 2afc5597..203e82fd 100644 --- a/configure.ac +++ b/configure.ac @@ -132,7 +132,7 @@ AM_CONDITIONAL(SUPPORT_CLIENT, test "x$enable_client" = "xyes") dnl ========================================================================= dnl Check deps -PKG_CHECK_MODULES(PROTOCOL, spice-protocol >= 0.9.0) +PKG_CHECK_MODULES(PROTOCOL, spice-protocol >= 0.9.1) AC_SUBST(PROTOCOL_CFLAGS) AC_CHECK_LIBM |