diff options
author | Uri Lublin <uril@redhat.com> | 2010-01-25 00:51:05 +0200 |
---|---|---|
committer | Yaniv Kamay <ykamay@redhat.com> | 2010-02-01 12:49:11 +0200 |
commit | b2851ae6901bc79eb64f2f808a440bb27e6577c9 (patch) | |
tree | 51dd66d666280e6bcc67656c5e230670e4be7e17 | |
parent | e02374c544c5db22423d48a88bca03acfa597174 (diff) | |
download | spice-b2851ae6901bc79eb64f2f808a440bb27e6577c9.tar.gz spice-b2851ae6901bc79eb64f2f808a440bb27e6577c9.tar.xz spice-b2851ae6901bc79eb64f2f808a440bb27e6577c9.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.shared | 2 |
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 |