From: Sam Ravnborg Date: Sun, 12 Aug 2007 21:15:44 +0000 (+0200) Subject: kbuild: check if we can link gettext not just compile X-Git-Tag: v2.6.24-rc1~830^2~38 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aa1e5ef5c1d95e7ebf0821d9ba27debe43a87a22;p=pandora-kernel.git kbuild: check if we can link gettext not just compile cygwin provides the header file but the lib file needs to be added manually. A generic fix is to check if we can compile and link a program that uses gettext() and if it fails fall back to NO_NLS. International users of cygwin may have to specify HOST_LOADLIBES := "-lintl" on the make command line. Signed-off-by: Sam Ravnborg --- Reading git-diff-tree failed