From b2851ae6901bc79eb64f2f808a440bb27e6577c9 Mon Sep 17 00:00:00 2001 From: Uri Lublin Date: Mon, 25 Jan 2010 00:51:05 +0200 Subject: spice: configure: check spice-common version of 0.4.2 instead of 0.4.1 This only affects spice-client and spice-server builds that are configured with --with-spice-common (which means that are using an installed spice-common package). Version has been increased to 0.4.2 lately. Signed-off-by: Uri Lublin --- configure.ac.shared | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac.shared b/configure.ac.shared index 8c686c1b..eca9943c 100644 --- a/configure.ac.shared +++ b/configure.ac.shared @@ -177,7 +177,7 @@ AC_ARG_WITH(spice-common, [use_spice_common=no]) if test "x$use_spice_common" != "xno"; then - PKG_CHECK_MODULES(SPICE_COMMON, spice-common = 0.4.1) + PKG_CHECK_MODULES(SPICE_COMMON, spice-common = 0.4.2) SPICE_COMMON_SRCDIR=$(pkg-config --variable=common_src_dir spice-common) fi -- cgit