summaryrefslogtreecommitdiff
path: root/popt/poptint.h
diff options
context:
space:
mode:
Diffstat (limited to 'popt/poptint.h')
-rw-r--r--popt/poptint.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/popt/poptint.h b/popt/poptint.h
index e612e925e..5d308efe9 100644
--- a/popt/poptint.h
+++ b/popt/poptint.h
@@ -103,7 +103,7 @@ struct poptContext_s {
#define _(foo) foo
#endif
-#if defined(HAVE_DGETTEXT) && !defined(__LCLINT__)
+#if defined(HAVE_DCGETTEXT) && !defined(__LCLINT__)
#define D_(dom, str) dgettext(dom, str)
#define POPT_(foo) D_("popt", foo)
#else