Re: [Qemu-devel] [PATCH] alsa: fix configure detection of alsa

2012-07-21 Thread Peter Maydell
On 20 July 2012 22:14, Anthony Liguori wrote: > Handle is uninitialized which causes the configure check to fail. Do keep up at the back :-). I posted a whole series earlier this week which among other things fixes a whole pile of these -Werror related configure issues. http://lists.gnu.org/archi

Re: [Qemu-devel] [PATCH] alsa: fix configure detection of alsa

2012-07-20 Thread malc
On Fri, 20 Jul 2012, Anthony Liguori wrote: > Handle is uninitialized which causes the configure check to fail. > http://patchwork.ozlabs.org/patch/171688/ Has an advantage of not expecting alsa/asoundlib.h including stddef.h > Cc: malc > Signed-off-by: Anthony Liguori > --- > configure |

Re: [Qemu-devel] [PATCH] alsa: fix configure detection of alsa

2012-07-20 Thread Stefan Weil
Am 20.07.2012 23:14, schrieb Anthony Liguori: Handle is uninitialized which causes the configure check to fail. Cc: malc Signed-off-by: Anthony Liguori --- configure |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/configure b/configure index cef0a71..8335117 100755 -

[Qemu-devel] [PATCH] alsa: fix configure detection of alsa

2012-07-20 Thread Anthony Liguori
Handle is uninitialized which causes the configure check to fail. Cc: malc Signed-off-by: Anthony Liguori --- configure |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/configure b/configure index cef0a71..8335117 100755 --- a/configure +++ b/configure @@ -1888,7 +1888,