aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 0 insertions, 2 deletions
diff --git a/configure b/configure
index df0eeed25..431b08196 100755
--- a/configure
+++ b/configure
@@ -792,8 +792,6 @@ echo "#define CONFIG_QEMU_PREFIX \"$interp_prefix1\"" >> $config_h
configure_kvm() {
if test $kvm = "yes" -a "$target_softmmu" = "yes" -a $cpu = "$target_cpu" ; then
echo "#define USE_KVM 1" >> $config_h
- echo "CONFIG_KVM_INC=$PWD/../user" >> $config_mak
- echo "CONFIG_KVM_LIB=$PWD/../user" >> $config_mak
echo "CONFIG_KVM_KERNEL_INC=$kernel_path/include" >> $config_mak
fi
}