> > Thanks for the quick reply. Tried what you suggested > (disabling it), but I get the same result... > > > Hi, configure finds the linux header files so it assumes wm97 is > > present. If you don't need it, you could disable it just before > > configure runs, as in: > > > > ac_cv_header_linux_wm97_xx_h=no configure --prefix=/usr .... (et > > rest). > >
There's a typo here. I use exactly the same technique, and it works for me. The correct spelling is "ac_cv_header_linux_wm97xx_h" (one less underscore). I use this command-line ac_cv_header_linux_wm97xx_h=no ./autogen.sh -prefix=/usr (...etc.etc...) Simon. -- Simon Poole http://www.appliancestudio.com/
