"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 [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/

Reply via email to