Paul.
--- linux-2188/fs/nls/Config.in Tue Dec 30 05:22:46 1997
+++ linux/fs/nls/Config.in Fri Feb 27 12:31:47 1998
@@ -5,14 +5,14 @@
# msdos and Joliet want NLS
if [ "$CONFIG_JOLIET" = "y" -o "$CONFIG_FAT_FS" != "n" \
-o "$CONFIG_NTFS_FS" != "n" ]; then
- define_bool CONFIG_NLS y
+ mainmenu_option next_comment
+ comment 'Native Language Support'
+ bool 'Select Codepage for Native Language Support' CONFIG_NLS
else
define_bool CONFIG_NLS n
fi
if [ "$CONFIG_NLS" = "y" ]; then
- mainmenu_option next_comment
- comment 'Native Language Support'
tristate 'Codepage 437' CONFIG_NLS_CODEPAGE_437
tristate 'Codepage 737' CONFIG_NLS_CODEPAGE_737
tristate 'Codepage 775' CONFIG_NLS_CODEPAGE_775
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu