2002-10-02 12:36:15

by s.stoklossa

[permalink] [raw]
Subject:

beim versuch, die Einstellungen von alsa aufzurufen, kam folgende FM:

Q> ./scripts/Menuconfig: MCmenu74: command not found

grusz

Sven


2002-10-02 12:46:11

by Sam Ravnborg

[permalink] [raw]
Subject: Re: your mail

On Wed, Oct 02, 2002 at 02:41:42PM +0200, [email protected] wrote:
> beim versuch, die Einstellungen von alsa aufzurufen, kam folgende FM:
>
> Q> ./scripts/Menuconfig: MCmenu74: command not found
>
> grusz
>
> Sven
Known problem, try this patch:
copy-n-pated so may not apply cleanly, try by hand.
Ps. Please in english next time.

Sam

--- linux/sound/Config.in 2002-10-01 12:09:44.000000000 +0200
+++ linux/sound/Config.in 2002-10-01 12:21:05.000000000 +0200
@@ -31,10 +31,7 @@
if [ "$CONFIG_SND" != "n" -a "$CONFIG_ARM" = "y" ]; then
source sound/arm/Config.in
fi
-if [ "$CONFIG_SND" != "n" -a "$CONFIG_SPARC32" = "y" ]; then
- source sound/sparc/Config.in
-fi
-if [ "$CONFIG_SND" != "n" -a "$CONFIG_SPARC64" = "y" ]; then
+if [ "$CONFIG_SND" != "n" -a "$CONFIG_SPARC32" = "y" ] || [ "$CONFIG_SND" !=
"n" -a "$CONFIG_SPARC64" = "y" ] ; then
source sound/sparc/Config.in
fi