http://qa.mandrakesoft.com/show_bug.cgi?id=3636
------- Additional Comments From [EMAIL PROTECTED] 2003-04-02 19:57 -------
The "Madge token Ring driver support" under Unofficial 3rd
party kernel additions is unselectable.
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
------- Reminder: -------
assigned_to: [EMAIL PROTECTED]
status: UNCONFIRMED
creation_date:
description:
When I run make menuconfig there is an error just before it
displays the menu:
Preparing scripts: functions,
parsing......................................................................scr
ipts/Menuconfig: ./MCmenu71: line 54: syntax error near unexpected token `fi'
scripts/Menuconfig: ./MCmenu71: line 54: `fi'
I am able to scroll back and see the error because I ssh into the
server. This error results in me being unable to select the
Advanced Linux Sound Architecture menu (under Sound on main menu).
This is fixed by:
[EMAIL PROTECTED] sound]# diff -u Config.in~ Config.in
--- Config.in~ 2003-04-02 12:43:34.000000000 -0500
+++ Config.in 2003-04-02 12:43:34.000000000 -0500
@@ -24,9 +24,9 @@
fi
# the following will depenend on the order of config.
# here assuming USB is defined before ALSA
-if [ "$CONFIG_SND" != "n" -a "$CONFIG_USB" != "n" ]; then
- source sound/usb/Config.in
-fi
+#if [ "$CONFIG_SND" != "n" -a "$CONFIG_USB" != "n" ]; then
+# source sound/usb/Config.in
+#fi
if [ "$CONFIG_SND" != "n" ]; then
if [ "$CONFIG_SPARC32" = "y" -o "$CONFIG_SPARC64" = "y" ]; then
source sound/sparc/Config.in
Also the Library routines menu under the main menu is unselectable.
I don't know what causes this.
Just my effort to make LM even better.