]> git.proxmox.com Git - qemu.git/commit
configure: don't save any fixed local_statedir for win32
authorLaszlo Ersek <lersek@redhat.com>
Sat, 18 May 2013 04:31:50 +0000 (06:31 +0200)
committerMichael Roth <mdroth@linux.vnet.ibm.com>
Thu, 30 May 2013 16:37:37 +0000 (11:37 -0500)
commit5a699bbbf300902141d2458682d05cd310d7a07f
treed7eaaeb374abd60c7457d7185f71559db729dc30
parentc394ecb7bf55b7234f852b9c8518aefb5d0943fa
configure: don't save any fixed local_statedir for win32

... because now we can get the dynamic value with
qemu_get_local_state_pathname().

The only user of the fixed value was the guest agent, which we've moved to
qemu_get_local_state_pathname() in the previous patch.

Signed-off-by: Laszlo Ersek <lersek@redhat.com>
Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com>
configure