Commit 61d0ac25 authored by Christophe Mutricy's avatar Christophe Mutricy

Don't test for buggy libintl when NLS is disabled

parent d674e1a7
...@@ -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;
# ifdef __GLIBC__ # if defined __GLIBC__ && defined ENABLE_NLS
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