Message ID | 269763daa2697a741e8d28f72c6ab1161f077424.1253272938.git.quintela@redhat.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
diff --git a/configure b/configure index 22d393b..c4ee415 100755 --- a/configure +++ b/configure @@ -2074,11 +2074,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=
Signed-off-by: Juan Quintela <quintela@redhat.com> --- configure | 5 ----- 1 files changed, 0 insertions(+), 5 deletions(-)