summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 0282ee2..1c3fb1a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ(2.65)
-AC_INIT([vd-agent], [0.6.3])
+AC_INIT([spice-vdagent], [0.8.0])
AC_CONFIG_SRCDIR([configure.ac])
AM_CONFIG_HEADER([src/config.h])
@@ -25,7 +25,7 @@ if test x"$enable_console_kit" = "xyes" ; then
AC_DEFINE([HAVE_CONSOLE_KIT], [1], [If defined, vdagentd will be compiled with ConsoleKit support] )
fi
AM_CONDITIONAL(HAVE_CONSOLE_KIT, test x"$enable_console_kit" = "xyes")
-PKG_CHECK_MODULES(SPICE, [spice-protocol])
+PKG_CHECK_MODULES(SPICE, [spice-protocol >= 0.8.0])
AC_CONFIG_FILES([
Makefile