]> git.proxmox.com Git - qemu.git/commit
configure: Fix build with XFree
authorRichard Henderson <rth@twiddle.net>
Tue, 5 Feb 2013 00:21:07 +0000 (16:21 -0800)
committerAnthony Liguori <aliguori@us.ibm.com>
Wed, 6 Feb 2013 14:29:21 +0000 (08:29 -0600)
commit84208085d357d95b84f6e281ec3aa028e988e5ff
tree64e65581f72dd70a43828e038cd9f82d1c837df6
parent91107fdf4443d2171e06840e87277bb7a047343b
configure: Fix build with XFree

The build is broken on ppc64-linux, possibly only with new binutils:

ld: hw/lm32/../milkymist-tmu2.o: undefined reference to symbol 'XFree'
ld: note: 'XFree' is defined in DSO /lib64/libX11.so.6 so try \
  adding it to the linker command line

So let's follow the linker's advice.

Signed-off-by: Richard Henderson <rth@twiddle.net>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
configure