[epiphany] Stop setting ENABLE_NLS



commit d0624b275a981a10861267d91fe9ac9a917ca08d
Author: Michael Catanzaro <mcatanzaro igalia com>
Date:   Wed Aug 30 11:23:37 2017 -0500

    Stop setting ENABLE_NLS
    
    i18n works without this

 meson.build |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/meson.build b/meson.build
index 726d3b2..0e385de 100644
--- a/meson.build
+++ b/meson.build
@@ -35,7 +35,6 @@ conf.set_quoted('VERSION', meson.project_version())
 
 conf.set10('DEVELOPER_MODE', get_option('developer_mode'))
 conf.set10('ENABLE_HTTPS_EVERYWHERE', get_option('enable_https_everywhere'))
-conf.set10('ENABLE_NLS', true)
 
 configure_file(
   output: 'config.h',


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