patch-2.4.0-prerelease linux/fs/nls/Config.in
Next file: linux/fs/nls/Makefile
Previous file: linux/fs/nfsd/vfs.c
Back to the patch index
Back to the overall index
- Lines: 19
- Date:
Fri Dec 29 14:35:47 2000
- Orig file:
v2.4.0-test12/linux/fs/nls/Config.in
- Orig date:
Thu Aug 17 23:34:28 2000
diff -u --recursive --new-file v2.4.0-test12/linux/fs/nls/Config.in linux/fs/nls/Config.in
@@ -2,10 +2,17 @@
# Native language support configuration
#
+# smb wants NLS
+if [ "$CONFIG_SMB_FS" = "m" -o "$CONFIG_SMB_FS" = "y" ]; then
+ define_bool CONFIG_SMB_NLS y
+else
+ define_bool CONFIG_SMB_NLS n
+fi
+
# msdos and Joliet want NLS
if [ "$CONFIG_JOLIET" = "y" -o "$CONFIG_FAT_FS" != "n" \
-o "$CONFIG_NTFS_FS" != "n" -o "$CONFIG_NCPFS_NLS" = "y" \
- -o "$CONFIG_SMB_FS" != "n" ]; then
+ -o "$CONFIG_SMB_NLS" = "y" ]; then
define_bool CONFIG_NLS y
else
define_bool CONFIG_NLS n
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)