diff --git a/ChangeLog b/ChangeLog index 9afba3e924..11f11df498 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2007-04-18 Stefan Kost + + * common/m4/gst-gettext.m4: + * gst/gst-i18n-lib.h: + Make --disable-nls to work + 2007-04-17 Wim Taymans * gst/gstconfig.h.in: diff --git a/common b/common index 9097e252e4..380281f0da 160000 --- a/common +++ b/common @@ -1 +1 @@ -Subproject commit 9097e252e477e18182f08a032d8860bdee9a0416 +Subproject commit 380281f0da9caa065cfe99a458b3538cc3f5d71a diff --git a/gst/gst-i18n-lib.h b/gst/gst-i18n-lib.h index 3bd3bc1fa8..ebce721054 100644 --- a/gst/gst-i18n-lib.h +++ b/gst/gst-i18n-lib.h @@ -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