[gedit] Correctly define the gettext domain (Closes: #668780)



commit 7a34d3b6e9a6936cd5b161ed0d6a7a172565e2ff
Author: Sebastien Bacher <seb128 ubuntu com>
Date:   Thu Jan 26 23:31:42 2012 +0100

    Correctly define the gettext domain (Closes: #668780)

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 1861dda..cbec807 100644
--- a/configure.ac
+++ b/configure.ac
@@ -168,7 +168,7 @@ dnl ================================================================
 IT_PROG_INTLTOOL([0.40.0])
 
 AC_SUBST([GETTEXT_PACKAGE], [gedit])
-AC_DEFINE([GETTEXT_PACKAGE],[PACKAGE_TARNAME], [Define to the gettext package name.])
+AC_DEFINE_UNQUOTED([GETTEXT_PACKAGE], "$GETTEXT_PACKAGE", [Define to the gettext package name.])
 
 dnl ================================================================
 dnl Use gvfs metadata or the old xml file store.



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]