diff options
author | Søren Sandmann Pedersen <ssp@redhat.com> | 2012-08-23 17:22:58 -0400 |
---|---|---|
committer | Søren Sandmann Pedersen <ssp@redhat.com> | 2012-08-23 17:22:58 -0400 |
commit | 5554358fa3baf6616159b65f2f65a138f401aaf8 (patch) | |
tree | f52718f902bd463690cb805ac62bda241498c2af | |
parent | a261befde42d21f3fa9e4a56f121203cc67f3831 (diff) |
Bump spice-protocol version requirement to 0.12.0
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index a18910a..11ef73c 100644 --- a/configure.ac +++ b/configure.ac @@ -105,7 +105,7 @@ fi AM_CONDITIONAL(BUILD_XSPICE, test "x$enable_xspice" = "xyes") AM_CONDITIONAL(BUILD_QXL, test "x$enable_qxl" = "xyes") -PKG_CHECK_MODULES([SPICE_PROTOCOL], [spice-protocol >= 0.8.1]) +PKG_CHECK_MODULES([SPICE_PROTOCOL], [spice-protocol >= 0.12.0]) # AC_CHECK_FILE is not supported when cross compiling if test "$cross_compiling" = "no" ; then |