Fix 'configure --help' to match actual default value
This commit is contained in:
parent
dc9793c90a
commit
0ff9c83579
1 changed files with 1 additions and 1 deletions
|
@ -335,7 +335,7 @@ dnl Check whether to include native language support (i18n)
|
|||
AC_MSG_CHECKING([whether to include NLS support])
|
||||
AC_ARG_ENABLE([nls],
|
||||
AS_HELP_STRING([--enable-nls],
|
||||
[include native language support (default=no)]),
|
||||
[include native language support (default=yes)]),
|
||||
[], [enable_nls=yes]
|
||||
)
|
||||
AC_MSG_RESULT([$enable_nls])
|
||||
|
|
Loading…
Reference in a new issue