diff options
-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 |