merge from upstream for systems that dont integrate libintl into their C library:
authorMike Frysinger <vapier@gentoo.org>
Sun, 18 Nov 2007 06:17:52 +0000 (06:17 -0000)
committerMike Frysinger <vapier@gentoo.org>
Sun, 18 Nov 2007 06:17:52 +0000 (06:17 -0000)
commite13bd362e3dc3eafe0503d842335b0290e32646a
tree1fdc134334414cf1775d42285618cf450539b078
parentdbd18f639c0c7761937aa38af7a4299842960492
merge from upstream for systems that dont integrate libintl into their C library:

commit aa1e5ef5c1d95e7ebf0821d9ba27debe43a87a22
Author: Sam Ravnborg <sam@ravnborg.org>
Date:   Sun Aug 12 23:15:44 2007 +0200

    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 <sam@ravnborg.org>
scripts/kconfig/Makefile
scripts/kconfig/check.sh [new file with mode: 0755]