summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuergen Keil <jkeil@users.sourceforge.net>2002-10-29 17:19:49 +0000
committerJuergen Keil <jkeil@users.sourceforge.net>2002-10-29 17:19:49 +0000
commit5482c33a3e993063059e2275af6045bd869cd692 (patch)
treeccc9541fda3ed1af6899b018452e6dbab0f69be6
parent2d96e33c22f100595b17dee2d45ae3e8f2c7dcb4 (diff)
downloadxine-lib-5482c33a3e993063059e2275af6045bd869cd692.tar.gz
xine-lib-5482c33a3e993063059e2275af6045bd869cd692.tar.bz2
ngettext macro not needed any more. automagic should build with the included
xine-lib/intl/, when the system libraries do not have ngettext CVS patchset: 3095 CVS date: 2002/10/29 17:19:49
-rw-r--r--src/xine-engine/xineintl.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/xine-engine/xineintl.h b/src/xine-engine/xineintl.h
index 0572a3fb4..a95168499 100644
--- a/src/xine-engine/xineintl.h
+++ b/src/xine-engine/xineintl.h
@@ -17,7 +17,7 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
*
- * $Id: xineintl.h,v 1.6 2002/10/23 17:12:35 guenter Exp $
+ * $Id: xineintl.h,v 1.7 2002/10/29 17:19:49 jkeil Exp $
*
*/
@@ -38,9 +38,6 @@ extern "C" {
# else
# define N_(String) (String)
# endif
-# ifndef HAVE_NGETTEXT
-# define ngettext(Singular, Plural, IsPlural) (Singular)
-# endif
#else
/* Stubs that do something close enough. */
# define textdomain(String) (String)