Make --disable-nls to work
authorStefan Kost <ensonic@users.sourceforge.net>
Wed, 18 Apr 2007 10:58:31 +0000 (10:58 +0000)
committerStefan Kost <ensonic@users.sourceforge.net>
Wed, 18 Apr 2007 10:58:31 +0000 (10:58 +0000)
Original commit message from CVS:
* common/m4/gst-gettext.m4:
* gst/gst-i18n-lib.h:
Make --disable-nls to work

ChangeLog
common
gst/gst-i18n-lib.h

index 9afba3e..11f11df 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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:
diff --git a/common b/common
index 9097e25..380281f 160000 (submodule)
--- a/common
+++ b/common
@@ -1 +1 @@
-Subproject commit 9097e252e477e18182f08a032d8860bdee9a0416
+Subproject commit 380281f0da9caa065cfe99a458b3538cc3f5d71a
index 3bd3bc1..ebce721 100644 (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