patch-2.2.18 linux/fs/nls/Config.in
Next file: linux/fs/nls/nls_base.c
Previous file: linux/fs/nfsd/vfs.c
Back to the patch index
Back to the overall index
- Lines: 10
- Date:
Mon Sep 11 17:07:03 2000
- Orig file:
v2.2.17/fs/nls/Config.in
- Orig date:
Sun Jun 11 21:44:19 2000
diff -u --new-file --recursive --exclude-from /usr/src/exclude v2.2.17/fs/nls/Config.in linux/fs/nls/Config.in
@@ -4,7 +4,8 @@
# msdos and Joliet want NLS
if [ "$CONFIG_JOLIET" = "y" -o "$CONFIG_FAT_FS" != "n" \
- -o "$CONFIG_NTFS_FS" != "n" -o "$CONFIG_NCPFS_NLS" = "y" ]; then
+ -o "$CONFIG_NTFS_FS" != "n" -o "$CONFIG_NCPFS_NLS" = "y" \
+ -o "$CONFIG_SMB_FS" != "n" ]; 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)