All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] alsa-driver-1.0.1/configure.in
@ 2004-01-09 15:30 Michael T. Sullivan
  2004-01-09 15:41 ` Takashi Iwai
  0 siblings, 1 reply; 2+ messages in thread
From: Michael T. Sullivan @ 2004-01-09 15:30 UTC (permalink / raw)
  To: alsa-devel

Running configure on Red Hat 9 yields the error:

./configure: line 3856: test: too many arguments

The configure continues, but the resulting build fails to load module
kernel/sound/snd.o due to an undefined symbol. The fix is trivial:

--- alsa-driver-1.0.1/configure.in.orig	2004-01-08 08:15:55.000000000 -0600
+++ alsa-driver-1.0.1/configure.in	2004-01-09 03:54:29.000000000 -0600
@@ -407,7 +407,7 @@
  CHECK_KERNEL_HEADER(linux/workqueue.h)
  if test ! -f include/linux/workqueue.h; then
    if test "x$kversion.$kpatchlevel" = "x2.4" -a \
-     test "x$RED_HAT_LINUX_KERNEL" = "xy"; then
+          "x$RED_HAT_LINUX_KERNEL" = "xy"; then
      echo "It looks like you're using a RedHat 9 kernel."
      echo "Disabling their incomplete workqueue.h modification."
      mkdir -p include/linux



-------------------------------------------------------
This SF.net email is sponsored by: Perforce Software.
Perforce is the Fast Software Configuration Management System offering
advanced branching capabilities and atomic changes on 50+ platforms.
Free Eval! http://www.perforce.com/perforce/loadprog.html

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

end of thread, other threads:[~2004-01-09 15:41 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-01-09 15:30 [PATCH] alsa-driver-1.0.1/configure.in Michael T. Sullivan
2004-01-09 15:41 ` Takashi Iwai

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.