]> xenbits.xensource.com Git - libvirt.git/commitdiff
configure: move parallels version definition to m4/virt-driver-vz
authorPavel Hrdina <phrdina@redhat.com>
Wed, 14 Dec 2016 15:34:31 +0000 (16:34 +0100)
committerPavel Hrdina <phrdina@redhat.com>
Wed, 21 Dec 2016 14:39:42 +0000 (15:39 +0100)
Signed-off-by: Pavel Hrdina <phrdina@redhat.com>
configure.ac
m4/virt-driver-vz.m4

index 284001abadef73481cc4e4008a83fec91fc5dc81..0cfcd7e8afdb0ab7e4758c6e94c6d71e3623f26b 100644 (file)
@@ -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"
 
index 74ef79a9a76f723e5f4f0b6f9679caf5000e5a5f..b3777494ab9aa20468d407bbee8a2a890a0b6fe5 100644 (file)
@@ -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],