aboutsummaryrefslogtreecommitdiff
path: root/scripts/basic
diff options
context:
space:
mode:
authorRobb, Sam <[email protected]>2006-02-04 23:28:06 -0800
committerLinus Torvalds <[email protected]>2006-02-05 11:06:54 -0800
commit5e375bc7d586e0df971734a5a5f1f080ffd89b68 (patch)
tree274d5ac5c9bf0e157c67461bd0e609c495e7b2e4 /scripts/basic
parent4be68a783d25b4dab0ef4077a4c6b13161a2d6e4 (diff)
[PATCH] kconfig: detect if -lintl is needed when linking conf,mconf
On a system where libintl.h is present, but the NLS functionality is supplied by a separate library instead of the system C library, an attempt to "make config" or "make menuconfig" will fail with link errors, ex: scripts/kconfig/mconf.o:mconf.c:(.text+0xf63): undefined reference to `_libintl_gettext' This patch attempts to correct the problem by detecting whether or not NLS support requires linking with libintl. Signed-off-by: Samuel J Robb <[email protected]> Cc: Roman Zippel <[email protected]> Cc: Sam Ravnborg <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'scripts/basic')
0 files changed, 0 insertions, 0 deletions