summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorPaolo Bonzini <pbonzini@redhat.com>2022-05-13 18:06:37 +0200
committerPaolo Bonzini <pbonzini@redhat.com>2022-05-14 12:33:45 +0200
commit008f6f20a544cbffe6152aacb69b2774978b49e0 (patch)
treecbf2839f51093ae15bdfe3e9aac6927b32b5ed43 /configure
parent40b3ea76425435ee18395d619e4b3f8f652e25b0 (diff)
configure: remove another dead variable
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure1
1 files changed, 0 insertions, 1 deletions
diff --git a/configure b/configure
index c8b5b99532..dda25f05bf 100755
--- 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