summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego 'Flameeyes' Pettenò <flameeyes@gmail.com>2006-06-10 00:16:43 +0000
committerDiego 'Flameeyes' Pettenò <flameeyes@gmail.com>2006-06-10 00:16:43 +0000
commit74e4835513b227b33e8ed6f66f312411cef7b466 (patch)
treeddebc70fd0afcc5550735569d808b1edf95c1f31
parent16fe59426bc145e8eff510779b282830e8afd71d (diff)
downloadxine-lib-74e4835513b227b33e8ed6f66f312411cef7b466.tar.gz
xine-lib-74e4835513b227b33e8ed6f66f312411cef7b466.tar.bz2
Don't use the library name as domain name for gettext, as the one actually used and installed is "xine-lib".
CVS patchset: 8022 CVS date: 2006/06/10 00:16:43
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 16aed8770..ac0127edb 100644
--- a/configure.ac
+++ b/configure.ac
@@ -85,7 +85,7 @@ AC_SUBST(SPEC_VERSION)
LIBNAME=libxine$XINE_MAJOR
AC_SUBST(LIBNAME)
-AC_DEFINE_UNQUOTED(XINE_TEXTDOMAIN, "$LIBNAME", [catalog message text domain])
+AC_DEFINE_UNQUOTED(XINE_TEXTDOMAIN, "xine-lib", [catalog message text domain])
dnl
AC_CANONICAL_TARGET