projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
40b3ea7
)
configure: remove another dead variable
author
Paolo Bonzini
<pbonzini@redhat.com>
Fri, 13 May 2022 16:06:37 +0000
(18:06 +0200)
committer
Paolo Bonzini
<pbonzini@redhat.com>
Sat, 14 May 2022 10:33:45 +0000
(12:33 +0200)
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
configure
patch
|
blob
|
history
diff --git
a/configure
b/configure
index c8b5b995327aa8de65d156262d3b8cdc22cd61e9..dda25f05bfb611c69243ca60f6828c38053d3a31 100755
(executable)
--- a/
configure
+++ b/
configure
@@
-1992,7
+1992,6
@@
fi
if test "$static" = "yes" ; then
echo "CONFIG_STATIC=y" >> $config_host_mak
fi
-qemu_version=$(head $source_path/VERSION)
echo "SRC_PATH=$source_path" >> $config_host_mak
echo "TARGET_DIRS=$target_list" >> $config_host_mak
if test "$modules" = "yes"; then