diff options
author | Michael Vogt <mvo@debian.org> | 2013-05-16 23:12:37 +0200 |
---|---|---|
committer | Michael Vogt <mvo@debian.org> | 2013-05-16 23:12:37 +0200 |
commit | f431dc624a04b9280ddd5a6a839adc25ad621847 (patch) | |
tree | 9cbd15ea37721fa7f035989d1e0f59b843de959b /buildlib | |
parent | 7bcb849733d67f60b3a10d423d558ff35bbcd7dc (diff) |
* buildlib/apti18n.h.in:
- fix build failure when building without NLS (closes: #671587)
Diffstat (limited to 'buildlib')
-rw-r--r-- | buildlib/apti18n.h.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/buildlib/apti18n.h.in b/buildlib/apti18n.h.in index 6928d626c..a9d48dd97 100644 --- a/buildlib/apti18n.h.in +++ b/buildlib/apti18n.h.in @@ -25,4 +25,5 @@ # define _(x) x # define P_(msg,plural,n) (n == 1 ? msg : plural) # define N_(x) x +# define dgettext(d, m) m #endif |