diff options
author | Simon Josefsson <simon@josefsson.org> | 2010-12-06 14:21:37 +0100 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2010-12-06 14:21:37 +0100 |
commit | 13c2986185c1448dcb2f0d7e4972000800ef2f31 (patch) | |
tree | 52577da405804deef9f32fffe34122b9d5374609 /gl/gettext.h | |
parent | bdfcaadf62e72293e57b9cda6db3e2a0b24eb647 (diff) | |
download | libtasn1-13c2986185c1448dcb2f0d7e4972000800ef2f31.tar.gz libtasn1-13c2986185c1448dcb2f0d7e4972000800ef2f31.tar.bz2 libtasn1-13c2986185c1448dcb2f0d7e4972000800ef2f31.zip |
Update gnulib files.
Diffstat (limited to 'gl/gettext.h')
-rw-r--r-- | gl/gettext.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gl/gettext.h b/gl/gettext.h index 881ae33..0a77a35 100644 --- a/gl/gettext.h +++ b/gl/gettext.h @@ -54,7 +54,7 @@ it now, to make later inclusions of <libintl.h> a NOP. */ #if defined(__cplusplus) && defined(__GNUG__) && (__GNUC__ >= 3) # include <cstdlib> -# if (__GLIBC__ >= 2) || _GLIBCXX_HAVE_LIBINTL_H +# if (__GLIBC__ >= 2 && !defined __UCLIBC__) || _GLIBCXX_HAVE_LIBINTL_H # include <libintl.h> # endif #endif |