summary refs log tree commit diff stats
path: root/hw/virtio-net.c
diff options
context:
space:
mode:
authorPaolo Bonzini <pbonzini@redhat.com>2010-01-13 09:52:54 +0100
committerAnthony Liguori <aliguori@us.ibm.com>2010-01-13 17:14:14 -0600
commit67c274d3c72ae0e906ff20694e272b47b1d8d827 (patch)
treeb7161d62b982f54c8c3c9e62ff1db43226313ed2 /hw/virtio-net.c
parentf91672e56467532e2eea4ba3d0e903af17f1ab9d (diff)
downloadfocaccia-qemu-67c274d3c72ae0e906ff20694e272b47b1d8d827.tar.gz
focaccia-qemu-67c274d3c72ae0e906ff20694e272b47b1d8d827.zip
fixes to the static compilation case for sdl
After the next commit, pkg-config could be used for the shared library
configuration case and sdl-config for static libraries.  So I prepare
the test here by doing two changes:

at the same time I remove useless backslashes from the invocation of
grep;

1) fixing a typo ($sd_cflags).  The typo has been there since commit
1ac88f2 (remove sdl_static. Just do the right thing if static is yes,
2009-07-27).

2) fixing an erroneous "test `... | grep > /dev/null`" idiom that would
never succeed since grep's output would be empty;

3) checking the status code after executing sdl-config --static --libs;
this is needed for the next patch only.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'hw/virtio-net.c')
0 files changed, 0 insertions, 0 deletions