[PATCH] fix build on nls free systems
authorYuri Vasilevski <yvasilev@duke.math.cinvestav.mx>
Sun, 30 Oct 2005 23:03:20 +0000 (15:03 -0800)
committerLinus Torvalds <torvalds@g5.osdl.org>
Mon, 31 Oct 2005 01:37:28 +0000 (17:37 -0800)
commit70a6a0cb92f24fd6bbe2e75299168909f735676a
treed57dc83325198a74c3b190930f73cf7c5edff42e
parentb39f72fef241ce0ce971ed21922b4d64aefaf916
[PATCH] fix build on nls free systems

I made a patch that detects if libintl.h (needed for nls) is present on the
host system and if it's not, it nls support is disabled by providing
dummies for the used nls functions.

This way if there is nls support on the host system the *config targets
will build according to Arnaldo Carvalho de Melo's i18n modifications, else
it just uses the original English messages.

I have also made a bug report at kernel's bugzilla:
http://bugzilla.kernel.org/show_bug.cgi?id=5501
And there is a discussion about this problem in Gentoo's bugzilla:
http://bugs.gentoo.org/show_bug.cgi?id=99810

Cc: Sam Ravnborg <sam@ravnborg.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
scripts/kconfig/Makefile
scripts/kconfig/lkc.h