summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorUri Lublin <uril@redhat.com>2010-01-12 12:56:19 +0200
committerUri Lublin <uril@redhat.com>2010-01-14 12:35:10 +0200
commit4a10b2d58aa86e9cf8a290d0eba5c1c091bcbf3c (patch)
tree51dd66d666280e6bcc67656c5e230670e4be7e17
parente02374c544c5db22423d48a88bca03acfa597174 (diff)
downloadspice-4a10b2d58aa86e9cf8a290d0eba5c1c091bcbf3c.tar.gz
spice-4a10b2d58aa86e9cf8a290d0eba5c1c091bcbf3c.tar.xz
spice-4a10b2d58aa86e9cf8a290d0eba5c1c091bcbf3c.zip
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>
-rw-r--r--configure.ac.shared2
1 files changed, 1 insertions, 1 deletions
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