Make --disable-nls to work

Original commit message from CVS:
* common/m4/gst-gettext.m4:
* gst/gst-i18n-lib.h:
Make --disable-nls to work
This commit is contained in:
Stefan Kost 2007-04-18 10:58:31 +00:00
parent 37fb068592
commit fdbd97497f
3 changed files with 7 additions and 3 deletions

View file

@ -1,3 +1,9 @@
2007-04-18 Stefan Kost <ensonic@users.sf.net>
* common/m4/gst-gettext.m4:
* gst/gst-i18n-lib.h:
Make --disable-nls to work
2007-04-17 Wim Taymans <wim@fluendo.com>
* gst/gstconfig.h.in:

2
common

@ -1 +1 @@
Subproject commit 9097e252e477e18182f08a032d8860bdee9a0416
Subproject commit 380281f0da9caa065cfe99a458b3538cc3f5d71a

View file

@ -37,8 +37,6 @@
/* FIXME: if we need it, we can add Q_ as well, like in glib */
#else
#undef GETTEXT_PACKAGE /* could still be defined in config.h */
#define GETTEXT_PACKAGE NULL
#define _(String) String
#define N_(String) String