configure: Remove unused CONFIG_ZERO_MALLOC setting
commit89266923df71e51f406184d3e8b55d2a3aaa4c4d
authorThomas Huth <thuth@redhat.com>
Wed, 8 Jun 2016 15:11:23 +0000 (8 17:11 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Thu, 16 Jun 2016 16:32:35 +0000 (16 18:32 +0200)
tree05d5b4358b279f748b6fd370b8540dd0f220fcd1
parentdc278c58fa02e5fb796dbacf02c8dde32f697015
configure: Remove unused CONFIG_ZERO_MALLOC setting

CONFIG_ZERO_MALLOC was only used in qemu-malloc.c and
this file has been removed with the following commit:

41a748265f4879b52b0e87ff9c93bed975163886
Remove qemu_malloc/qemu_free

So we don't need this configuration setting anymore.
This patch also removes the z_version variable, since
this is now also not needed anymore.

Signed-off-by: Thomas Huth <thuth@redhat.com>
Reviewed-by: Laurent Vivier <lvivier@redhat.com>
Message-Id: <1465398683-3152-1-git-send-email-thuth@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
configure