Thanks!  I try to run the release versions of the kernel so third party 
apps (like vmware for instance) will be sure to work.  I've 
attached the patch inline this time.  It's only one line to be added to 
configure.in.  alsa 0.5.12 had this in it, it's gone from 0.9.0rc1.

--- alsa-driver-0.9.0rc1/configure.in   Wed Apr 24 11:29:55 2002
+++ alsa-driver-0.9.0rc1.tom/configure.in       Wed Apr 24 14:16:31 2002
@@ -82,6 +82,7 @@ EOF
   exit 1
 fi
 AC_CACHE_VAL(kaversion,
+CFLAGS="$CFLAGS -I$CONFIG_SND_KERNELDIR/include"
 [AC_TRY_RUN([
 #include <stdio.h>
 #include <ctype.h>

On Wed, 24 Apr 2002, Thierry Vignaud wrote:

> Tom Prado <[EMAIL PROTECTED]> writes:
> 
> > I had a problem running configure against the Linux Mandrake 8.2 UP
> > kernel.  It would fail when trying to determine the kernel version.
> > This patch for rc1 adds the needed includes so that linux/rhconfig.h
> > can be found when configure checks for the kernel version.
> 
> use a 2.4.18-10mdk kernel and above: we've updated alsa from 0.5 upto
> 0.9 in 10mdk.
> note that this is a cooker kernel, not a mdk8.2 release kernel.
> 

-- 


_______________________________________________
Alsa-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-devel

Reply via email to