aboutsummaryrefslogtreecommitdiff
path: root/intl/libintl.h
diff options
context:
space:
mode:
Diffstat (limited to 'intl/libintl.h')
-rw-r--r--intl/libintl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/intl/libintl.h b/intl/libintl.h
index aec7ea4..0c987e7 100644
--- a/intl/libintl.h
+++ b/intl/libintl.h
@@ -82,7 +82,7 @@ extern char *bindtextdomain (__const char *__domainname,
# define dgettext(domainname, msgid) \
dcgettext (domainname, msgid, LC_MESSAGES)
-# if __GNUC_PREREQ (2,7)
+# if __GLIBC__ >= 2 && __GNUC_PREREQ (2,7)
/* Variable defined in loadmsgcat.c which gets incremented every time a
new catalog is loaded. */
extern int _nl_msg_cat_cntr;