Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorAlexander Kyte <alexmkyte@fastmail.com>2016-06-02 19:35:33 +0300
committerAlexander Kyte <alexmkyte@fastmail.com>2016-06-13 19:16:22 +0300
commit67ccd7403654bcec24e347c344a05af11998d5f8 (patch)
tree95cecb08af0cd5ccf8d7fdbd65628784905cb7ef /m4
parent87d30ece8ba6f62437091e9b2c725a097fb2b329 (diff)
[mobile_static] Disable NLS by default on OSX
Diffstat (limited to 'm4')
-rw-r--r--m4/nls.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/nls.m4 b/m4/nls.m4
index 003704c4b93..93e89ee4632 100644
--- a/m4/nls.m4
+++ b/m4/nls.m4
@@ -26,7 +26,7 @@ AC_DEFUN([AM_NLS],
dnl Default is enabled NLS
AC_ARG_ENABLE([nls],
[ --disable-nls do not use Native Language Support],
- USE_NLS=$enableval, USE_NLS=yes)
+ USE_NLS=$enableval, USE_NLS=profile_default)
AC_MSG_RESULT([$USE_NLS])
AC_SUBST([USE_NLS])
])