aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/kconfig/check.sh (follow)
AgeCommit message (Collapse)AuthorFilesLines
2007-10-12kbuild: check if we can link gettext not just compileSam Ravnborg1-0/+14
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 <sam@ravnborg.org>