From d5052fd22864ebb879e3b417ecfefd88e6c1800a Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Mon, 7 May 2007 19:49:12 +0000 Subject: Upgraded gettext. Fixed accidental dependency on libgcrypt 1.3.0. --- intl/localename.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'intl/localename.c') diff --git a/intl/localename.c b/intl/localename.c index 1b8b99a1a..e1b4615a0 100644 --- a/intl/localename.c +++ b/intl/localename.c @@ -973,12 +973,12 @@ _nl_locale_name_canonicalize (char *name) However it does not specify the exact format. Neither do SUSV2 and ISO C 99. So we can use this feature only on selected systems (e.g. those using GNU C Library). */ -#if defined _LIBC || (defined __GNU_LIBRARY__ && __GNU_LIBRARY__ >= 2) +#if defined _LIBC || (defined __GLIBC__ && __GLIBC__ >= 2) # define HAVE_LOCALE_NULL #endif /* Determine the current locale's name, and canonicalize it into XPG syntax - language[_territory[.codeset]][@modifier] + language[_territory][.codeset][@modifier] The codeset part in the result is not reliable; the locale_charset() should be used for codeset information instead. The result must not be freed; it is statically allocated. */ -- cgit v1.2.3