Assume Linux always has libintl

It should really detect GNU (glibc) and not base the test on the Linux
kernel alone though.
This commit is contained in:
Pierre Pronchery 2015-04-02 19:37:17 +02:00
parent 6331bf00d3
commit 543a0e2d50

View File

@ -666,8 +666,8 @@ static void _binary_ldflags(Configure * configure, FILE * fp,
"ws2_32", NULL };
char const * libs_deforaos[] = { "ossaudio", "resolv", "ssl", "ws2_32",
NULL };
char const * libs_gnu[] = { "ossaudio", "resolv", "socket", "ws2_32",
NULL };
char const * libs_gnu[] = { "intl", "ossaudio", "resolv", "socket",
"ws2_32", NULL };
char const * libs_macosx[] = { "crypt", "ossaudio", "socket", "ws2_32",
NULL };
char const * libs_netbsd[] = { "dl", "resolv", "socket", "ws2_32",