Error in fs/nls/Config.in in 2.2.18-pre3

From: G. Hugh Song (hugh@norma.kjist.ac.kr)
Date: Thu Sep 07 2000 - 09:55:48 EST


"make xconfig" failed in line 8 of fs/nls/Config.in.

-------------------------------------------
#
# Native language support configuration
#

# 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
  define_bool CONFIG_NLS y
else
  define_bool CONFIG_NLS n
fi

------------------------------------------------------

I simply thought putting n inside an double-quoting n would solve
the problem. But it did not.

Best regards,

G. Hugh Song

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Thu Sep 07 2000 - 21:00:29 EST