qemu_traditional
blktap2
LINUX_BACKEND_MODULES
-debug
seabios
ovmf
xsmpolicy
enable_xsmpolicy
enable_ovmf
enable_seabios
-enable_debug
with_linux_backend_modules
enable_blktap2
enable_qemu_traditional
--disable-xsmpolicy Disable XSM policy compilation (default is ENABLED)
--enable-ovmf Enable OVMF (default is DISABLED)
--disable-seabios Disable SeaBIOS (default is ENABLED)
- --disable-debug Disable debug build of tools (default is ENABLED)
--enable-blktap2 Enable blktap2, (DEFAULT is on for Linux, otherwise
off)
--enable-qemu-traditional
-# Check whether --enable-debug was given.
-if test "${enable_debug+set}" = set; then :
- enableval=$enable_debug;
-fi
-
-
-if test "x$enable_debug" = "xno"; then :
-
- ax_cv_debug="n"
-
-elif test "x$enable_debug" = "xyes"; then :
-
- ax_cv_debug="y"
-
-elif test -z $ax_cv_debug; then :
-
- ax_cv_debug="y"
-
-fi
-debug=$ax_cv_debug
-
-
-
# Check whether --with-linux-backend-modules was given.
if test "${with_linux_backend_modules+set}" = set; then :
AX_ARG_DEFAULT_ENABLE([xsmpolicy], [Disable XSM policy compilation])
AX_ARG_DEFAULT_DISABLE([ovmf], [Enable OVMF])
AX_ARG_DEFAULT_ENABLE([seabios], [Disable SeaBIOS])
-AX_ARG_DEFAULT_ENABLE([debug], [Disable debug build of tools])
AC_ARG_WITH([linux-backend-modules],
AS_HELP_STRING([--with-linux-backend-modules="mod1 mod2"],