There is no code using that variable according to 'git grep', so kill it. Signed-off-by: Eduardo Habkost <ehabk...@redhat.com> --- configure | 1 - 1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/configure b/configure index f15b714..eca08bb 100755 --- a/configure +++ b/configure @@ -2985,7 +2985,6 @@ echo "sysconfdir=$sysconfdir" >> $config_host_mak echo "qemu_docdir=$qemu_docdir" >> $config_host_mak echo "qemu_confdir=$qemu_confdir" >> $config_host_mak echo "libexecdir=\${prefix}/libexec" >> $config_host_mak -echo "CONFIG_QEMU_SHAREDIR=\"$prefix$datasuffix\"" >> $config_host_mak echo "CONFIG_QEMU_HELPERDIR=\"$prefix/libexec\"" >> $config_host_mak echo "ARCH=$ARCH" >> $config_host_mak -- 1.7.3.2