aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index f94bb3c..70909f8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -335,7 +335,7 @@ dnl Check whether to include native language support (i18n)
335AC_MSG_CHECKING([whether to include NLS support]) 335AC_MSG_CHECKING([whether to include NLS support])
336AC_ARG_ENABLE([nls], 336AC_ARG_ENABLE([nls],
337 AS_HELP_STRING([--enable-nls], 337 AS_HELP_STRING([--enable-nls],
338 [include native language support (default=no)]), 338 [include native language support (default=yes)]),
339 [], [enable_nls=yes] 339 [], [enable_nls=yes]
340) 340)
341AC_MSG_RESULT([$enable_nls]) 341AC_MSG_RESULT([$enable_nls])