From: Juan Quintela <[email protected]> Signed-off-by: Juan Quintela <[email protected]> Signed-off-by: Marcelo Tosatti <[email protected]>
diff --git a/configure b/configure index 911cac6..5ae8443 100755 --- a/configure +++ b/configure @@ -2076,11 +2076,6 @@ bsd) ;; esac -# this is a temp hack needed for kvm -if test "$kvm" = "yes" ; then - echo "KVM_CFLAGS=$kvm_cflags" >> $config_host_mak -fi - echo "KVM_KMOD=$kvm_kmod" >> $config_host_mak tools= -- To unsubscribe from this list: send the line "unsubscribe kvm-commits" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html
