Re: [Qemu-devel] [patch] add configure check for working alsa

2007-01-04 Thread Bernhard Fischer
On Thu, Jan 04, 2007 at 07:21:40PM +, Paul Brook wrote: >On Thursday 04 January 2007 15:02, Bernhard Fischer wrote: >> Hi, >> >> This patchlet adds a check to configure that makes sure that we have a >> working alsa setup. >> >> Previously, if --enable-alsa was given but the user forgot to inst

Re: [Qemu-devel] [patch] add configure check for working alsa

2007-01-04 Thread Paul Brook
On Thursday 04 January 2007 15:02, Bernhard Fischer wrote: > Hi, > > This patchlet adds a check to configure that makes sure that we have a > working alsa setup. > > Previously, if --enable-alsa was given but the user forgot to install > the alsa libs proper, the build failed later on due to eventu

[Qemu-devel] [patch] add configure check for working alsa

2007-01-04 Thread Bernhard Fischer
Hi, This patchlet adds a check to configure that makes sure that we have a working alsa setup. Previously, if --enable-alsa was given but the user forgot to install the alsa libs proper, the build failed later on due to eventually missing libs. The patch makes sure that the user can spot that als