Changeset c8ba07f17b50264e47e30432b55811c35f89034e

Show
Ignore:
Timestamp:
03/03/08 16:53:12 (6 months ago)
Author:
Rémi Denis-Courmont <rem@videolan.org>
git-committer:
Rémi Denis-Courmont <rem@videolan.org> 1204559592 +0200
git-parent:

[bcee7c9eda234a2174b81c0ad85b7d554b3f70c5]

git-author:
Rémi Denis-Courmont <rem@videolan.org> 1204559592 +0200
Message:

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 61d0ac25f124103bcdf609d16e5d489bfaa54e0f.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • src/vlc.c

    r61d0ac2 rc8ba07f  
    7171    int i_ret; 
    7272 
    73 #   if defined __GLIBC__ && defined ENABLE_NLS 
     73#   ifdef __GLIBC__ 
    7474    if (dlsym (RTLD_NEXT, "inet6_rth_add") && !dlsym (RTLD_NEXT, "qsort_r")) 
    7575    {