diff options
author | Diego 'Flameeyes' Pettenò <flameeyes@gmail.com> | 2006-06-10 00:16:43 +0000 |
---|---|---|
committer | Diego 'Flameeyes' Pettenò <flameeyes@gmail.com> | 2006-06-10 00:16:43 +0000 |
commit | 74e4835513b227b33e8ed6f66f312411cef7b466 (patch) | |
tree | ddebc70fd0afcc5550735569d808b1edf95c1f31 | |
parent | 16fe59426bc145e8eff510779b282830e8afd71d (diff) | |
download | xine-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.ac | 2 |
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 |