* gettext-0.16 released.
+2006-10-24 Bruno Haible <bruno@clisp.org>
+
+ * localename.c (HAVE_LOCALE_NULL): Test __GLIBC__ instead of
+ __GNU_LIBRARY__.
+
2006-10-24 Bruno Haible <bruno@clisp.org>
* libgnuintl.h.in (LIBINTL_VERSION): Bump to 0.16.
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