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 <uril@redhat.com>
This commit is contained in:
Uri Lublin 2010-01-25 00:51:05 +02:00 committed by Yaniv Kamay
parent e02374c544
commit b2851ae690

View File

@ -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