提交 01463beb 编写于 作者: P Pavel Hrdina

configure: move parallels version definition to m4/virt-driver-vz

Signed-off-by: NPavel Hrdina <phrdina@redhat.com>
上级 66611879
......@@ -109,8 +109,6 @@ then
[Extra package version])
fi
dnl Required minimum versions of all libs we depend on
PARALLELS_SDK_REQUIRED="7.0.22"
dnl Where we look for daemons and admin binaries during configure
LIBVIRT_SBIN_PATH="$PATH:/sbin:/usr/sbin:/usr/local/sbin"
......
......@@ -22,6 +22,8 @@ AC_DEFUN([LIBVIRT_DRIVER_ARG_VZ],[
])
AC_DEFUN([LIBVIRT_DRIVER_CHECK_VZ],[
PARALLELS_SDK_REQUIRED="7.0.22"
if test "$with_vz" = "yes" ||
test "$with_vz" = "check"; then
PKG_CHECK_MODULES([PARALLELS_SDK], [parallels-sdk >= $PARALLELS_SDK_REQUIRED],
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册