config_query_option  LIBVIRT_OPTS  'Build mpath storage backend' y \
                     '--with-storage-mpath' '--without-storage-mpath' &&

config_query_option  LIBVIRT_OPTS  'Build FileSystem storage backend' y \
                     '--with-storage-fs' '--without-storage-fs' &&

config_query_option  LIBVIRT_OPTS  'Build virtual network driver' y \
                     '--with-network' '--without-network' &&

config_query_option  LIBVIRT_OPTS  'Build with QEMU/KVM support' y \
                     '--with-qemu' '--without-qemu' &&

config_query_option  LIBVIRT_OPTS  'Build with VMWare ESX/GSX support' y \
                     '--with-esx' '--without-esx' &&

config_query_option  LIBVIRT_OPTS  'Build Linux Containers(lxc) support' y \
                     '--with-lxc' '--without-lxc' &&

config_query_option  LIBVIRT_OPTS  'Build VirtualBox support' y \
                     '--with-vbox' '--without-vbox' &&

config_query_option  LIBVIRT_OPTS  'Build User Mode Linux support' y \
                     '--with-uml' '--without-uml' &&

config_query_option  LIBVIRT_OPTS  'Build remote driver support?'  y  \
                     '--with-remote'  '--without-remote'                &&

config_query_option  LIBVIRT_OPTS  'Build libvirtd support?'  y  \
                     '--with-libvirtd'  '--without-libvirtd' &&

config_query_option  LIBVIRT_OPTS  'Build drivers as loadable modules?' n \
                     '--with-driver-modules' '--without-driver-modules'
