[gnome-calendar] build: define ABOUT_NLS when configuring
- From: Georges Basile Stavracas Neto <gbsneto src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-calendar] build: define ABOUT_NLS when configuring
- Date: Tue, 29 Mar 2016 23:42:06 +0000 (UTC)
commit 4e735ef3cef514a7fda1e5b94cd64941dbd2507d
Author: Georges Basile Stavracas Neto <georges stavracas gmail com>
Date: Tue Mar 29 20:41:04 2016 -0300
build: define ABOUT_NLS when configuring
This fixes the various translation issues throughout
Calendar.
https://bugzilla.gnome.org/show_bug.cgi?id=764333
configure.ac | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 924faa8..c631758 100644
--- a/configure.ac
+++ b/configure.ac
@@ -23,6 +23,9 @@ GETTEXT_PACKAGE=AC_PACKAGE_TARNAME
AC_SUBST(GETTEXT_PACKAGE)
AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE,"$GETTEXT_PACKAGE", [GETTEXT package name])
+AS_IF([test "x$USE_NLS" != "xno"],
+ [AC_DEFINE([ENABLE_NLS], [1], [Native language support is enabled])])
+
## don't rerun to this point if we abort
AC_CACHE_SAVE
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]