All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] configure prob with MDK82 kernel
@ 2002-04-24 18:35 Tom Prado
  2002-04-24 18:54 ` Thierry Vignaud
  0 siblings, 1 reply; 8+ messages in thread
From: Tom Prado @ 2002-04-24 18:35 UTC (permalink / raw)
  To: alsa-devel

[-- Attachment #1: Type: TEXT/PLAIN, Size: 274 bytes --]

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.

Tom


[-- Attachment #2: Type: TEXT/PLAIN, Size: 306 bytes --]

--- 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>

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2002-05-04 22:08 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-04-24 18:35 [PATCH] configure prob with MDK82 kernel Tom Prado
2002-04-24 18:54 ` Thierry Vignaud
2002-04-24 20:47   ` Tom Prado
2002-04-25  8:05     ` BrookTree Bill Merrill
2002-05-04 22:08       ` BrookTree Ville Syrjälä
2002-04-25 12:08     ` ALSA sequencer input buffer Richard Bown
2002-04-25 12:34       ` Takashi Iwai
2002-04-25 12:45         ` Richard Bown

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.