summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjbj <jbj>2002-08-31 22:39:37 +0000
committerjbj <jbj>2002-08-31 22:39:37 +0000
commitc255eec3f61ffd2c3c0b0a8c590fde1ae6eb85ab (patch)
tree807193198e38b407e415b438a2a99282884ebfc5
parent7a309744bbdbfce388c954ae643427a815ecc974 (diff)
downloadlibpopt-c255eec3f61ffd2c3c0b0a8c590fde1ae6eb85ab.tar.gz
Sync with rpm-4.1.
-rw-r--r--poptint.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/poptint.h b/poptint.h
index e612e92..5d308ef 100644
--- a/poptint.h
+++ b/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