From: Robb, Sam Date: Sun, 5 Feb 2006 07:28:06 +0000 (-0800) Subject: [PATCH] kconfig: detect if -lintl is needed when linking conf,mconf X-Git-Tag: v2.6.16-rc3~147 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5e375bc7d586e0df971734a5a5f1f080ffd89b68;p=pandora-kernel.git [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 Cc: Roman Zippel Cc: Sam Ravnborg Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed