From: Helga Velroyen Date: Thu, 6 Jun 2013 17:08:52 +0000 (+0000) Subject: Remove XEN_CMD from configure.ac X-Git-Tag: v2.9.0beta1~225 X-Git-Url: https://code.grnet.gr/git/ganeti-local/commitdiff_plain/9274270397ef675a75b84c0ca593f917f3288ffd?ds=inline Remove XEN_CMD from configure.ac Removes the option --with-xen-cmd from the configure script. Signed-off-by: Helga Velroyen Reviewed-by: Thomas Thrainer --- diff --git a/configure.ac b/configure.ac index 547fdc2..316efcc 100644 --- a/configure.ac +++ b/configure.ac @@ -119,19 +119,6 @@ AC_ARG_WITH([xen-initrd], [xen_initrd="/boot/initrd-3-xenU"]) AC_SUBST(XEN_INITRD, $xen_initrd) -# --with-xen-cmd=... -AC_ARG_WITH([xen-cmd], - [AS_HELP_STRING([--with-xen-cmd=CMD], - [Sets the xen cli interface command (default is xm)] - )], - [xen_cmd="$withval"], - [xen_cmd=xm]) -AC_SUBST(XEN_CMD, $xen_cmd) - -if ! test "$XEN_CMD" = xl -o "$XEN_CMD" = xm; then - AC_MSG_ERROR([Unsupported xen command specified]) -fi - # --with-kvm-kernel=... AC_ARG_WITH([kvm-kernel], [AS_HELP_STRING([--with-kvm-kernel=PATH],