Commit c8ba07f1 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Revert "Don't test for buggy libintl when NLS is disabled"

strerror_r() will still crash as setlocale() is used regardless of
ENABLE_NLS.

This reverts commit 61d0ac25.
parent bcee7c9e
...@@ -70,7 +70,7 @@ int main( int i_argc, const char *ppsz_argv[] ) ...@@ -70,7 +70,7 @@ int main( int i_argc, const char *ppsz_argv[] )
{ {
int i_ret; int i_ret;
# if defined __GLIBC__ && defined ENABLE_NLS # ifdef __GLIBC__
if (dlsym (RTLD_NEXT, "inet6_rth_add") && !dlsym (RTLD_NEXT, "qsort_r")) if (dlsym (RTLD_NEXT, "inet6_rth_add") && !dlsym (RTLD_NEXT, "qsort_r"))
{ {
/* Way too many Linux users have glibc 2.5-2.7 that keeps crashing /* Way too many Linux users have glibc 2.5-2.7 that keeps crashing
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment