From: "Michael T. Sullivan" <M.T.Sullivan@rcn.com>
To: alsa-devel@lists.sourceforge.net
Subject: [PATCH] alsa-driver-1.0.1/configure.in
Date: Fri, 09 Jan 2004 09:30:05 -0600 [thread overview]
Message-ID: <3FFEC8FD.4060800@rcn.com> (raw)
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
next reply other threads:[~2004-01-09 15:30 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-01-09 15:30 Michael T. Sullivan [this message]
2004-01-09 15:41 ` [PATCH] alsa-driver-1.0.1/configure.in Takashi Iwai
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=3FFEC8FD.4060800@rcn.com \
--to=m.t.sullivan@rcn.com \
--cc=alsa-devel@lists.sourceforge.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox