- fix build failure when building without NLS (closes: #671587)
# define _(x) x
# define P_(msg,plural,n) (n == 1 ? msg : plural)
# define N_(x) x
# define _(x) x
# define P_(msg,plural,n) (n == 1 ? msg : plural)
# define N_(x) x
+# define dgettext(d, m) m
[ Guillem Jover ]
* Update Vcs fields (Closes: #708562)
[ Guillem Jover ]
* Update Vcs fields (Closes: #708562)
+
+ [ Michael Vogt ]
+ * buildlib/apti18n.h.in:
+ - fix build failure when building without NLS (closes: #671587)
-- Christian Perrier <bubulle@debian.org> Thu, 16 May 2013 22:28:22 +0200
-- Christian Perrier <bubulle@debian.org> Thu, 16 May 2013 22:28:22 +0200