[PATCH] Re: Linux 2.4.23-pre6 fix make xconfig

From: Sérgio Monteiro Basto
Date: Mon Oct 06 2003 - 00:00:35 EST


Hi
Finally, I found what is fucking (at least with redhat 7.3 :) the make
xconfig in Linux 2.4.23-pre6.


I just don't know what patch do you prefer ?
Please apply one of then
I prefer the first.

thanks
--
SérgioMB
email: sergiomb@xxxxxxxxxx

Who gives me one shell, give me everything.
--- linux-2.4.23-pre6/drivers/acpi/Config.in.orig Mon Oct 6 05:35:24 2003
+++ linux-2.4.23-pre6/drivers/acpi/Config.in Mon Oct 6 05:43:29 2003
@@ -32,7 +32,8 @@
tristate ' Toshiba Laptop Extras' CONFIG_ACPI_TOSHIBA
bool ' Debug Statements' CONFIG_ACPI_DEBUG
bool ' Relaxed AML Checking' CONFIG_ACPI_RELAXED_AML
- else if [ "$CONFIG_SMP" = "y" ]; then
+ else
+ if [ "$CONFIG_SMP" = "y" ]; then
define_bool CONFIG_ACPI_BOOT y
fi
fi
--- linux-2.4.23-pre6/drivers/acpi/Config.in.orig Mon Oct 6 05:35:24 2003
+++ linux-2.4.23-pre6/drivers/acpi/Config.in Mon Oct 6 05:44:40 2003
@@ -35,7 +35,6 @@
else if [ "$CONFIG_SMP" = "y" ]; then
define_bool CONFIG_ACPI_BOOT y
fi
- fi

endmenu