summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorJan Kiszka2011-06-08 16:10:58 +0200
committerMarcelo Tosatti2011-06-20 20:16:45 +0200
commit5802e066ebcca382dbb81df3417930ee23873252 (patch)
treee2be90eb93493534d2a4b7a4c9ca940da8f89d7e /configure
parentSwitch build system to accompanied kernel headers (diff)
downloadqemu-5802e066ebcca382dbb81df3417930ee23873252.tar.gz
qemu-5802e066ebcca382dbb81df3417930ee23873252.tar.xz
qemu-5802e066ebcca382dbb81df3417930ee23873252.zip
kvm: Drop CONFIG_KVM_PARA
The kvm_para.h header is now always available. Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com> Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure1
1 files changed, 0 insertions, 1 deletions
diff --git a/configure b/configure
index 8df6485c55..ebd5d56679 100755
--- a/configure
+++ b/configure
@@ -3223,7 +3223,6 @@ case "$target_arch2" in
\( "$target_arch2" = "x86_64" -a "$cpu" = "i386" \) -o \
\( "$target_arch2" = "i386" -a "$cpu" = "x86_64" \) \) ; then
echo "CONFIG_KVM=y" >> $config_target_mak
- echo "CONFIG_KVM_PARA=y" >> $config_target_mak
if test $vhost_net = "yes" ; then
echo "CONFIG_VHOST_NET=y" >> $config_target_mak
fi