all repos — fluxbox @ 0ff9c83579b8153c9ccb1b501418450d8c48a660

custom fork of the fluxbox windowmanager

Fix 'configure --help' to match actual default value
Mathias Gumz akira@fluxbox.org
commit

0ff9c83579b8153c9ccb1b501418450d8c48a660

parent

dc9793c90af75fd6e3d3e512abc2167a5544caba

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M configure.acconfigure.ac

@@ -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])