diff options
author | Khaled Hosny <khaledhosny@eglug.org> | 2017-02-21 12:36:55 +0200 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2017-02-24 15:46:41 +0000 |
commit | 8dc27a0bbf74646969074414c071410ad7d07b74 (patch) | |
tree | 64c6dab2252f66f533804979197662c86fe46c8f /config_host | |
parent | 2793561bb6dd439a8010780e9bb58572ccac99e1 (diff) |
Always enable liblangtag
The license should not be an issue any more since liblangtag now has an
LGPL/MPLv2 dual licence.
Change-Id: I4dfffcccf5d710bd16b21c3254c1449ae041b8ab
Reviewed-on: https://gerrit.libreoffice.org/34511
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Eike Rathke <erack@redhat.com>
Diffstat (limited to 'config_host')
-rw-r--r-- | config_host/config_liblangtag.h.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/config_host/config_liblangtag.h.in b/config_host/config_liblangtag.h.in index 18a9c122276e..f639fb76c11a 100644 --- a/config_host/config_liblangtag.h.in +++ b/config_host/config_liblangtag.h.in @@ -1,7 +1,6 @@ #ifndef CONFIG_LIBLANGTAG_H #define CONFIG_LIBLANGTAG_H -#define ENABLE_LIBLANGTAG 0 #define LIBLANGTAG_INLINE_FIX 0 #endif |