On Thu, Oct 19, 2000 at 07:55:42PM +0200, Sven Krohlas wrote:
> Hello,
> 
> > Hello all.  The attached patch changes the behavoir of fs/nls/Config.in from:
> 
> There's nothing attached...?

D'oh.  Look now. :)

-- 
Tom Rini (TR1265)
http://gate.crashing.org/~trini/
--- fs/nls/Config.in.orig       Thu Oct 19 09:11:48 2000
+++ fs/nls/Config.in    Thu Oct 19 09:49:53 2000
@@ -4,8 +4,13 @@
 
 # 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_NTFS_FS" != "n" -o "$CONFIG_NCPFS_NLS" = "y" ]; then
+  define_bool CONFIG_NLS y
+else
+  define_bool CONFIG_NLS n
+fi
+
+if [ "$CONFIG_INET" = "y" -a "$CONFIG_SMB_FS" != "n" ]; then
   define_bool CONFIG_NLS y
 else
   define_bool CONFIG_NLS n

Reply via email to