aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorMathias Gumz <akira@fluxbox.org>2015-01-11 08:33:44 (GMT)
committerMathias Gumz <akira@fluxbox.org>2015-01-11 08:33:44 (GMT)
commit0ff9c83579b8153c9ccb1b501418450d8c48a660 (patch)
tree4df91e881eb0697b610545720c802aa1dcb1a444 /configure.ac
parentdc9793c90af75fd6e3d3e512abc2167a5544caba (diff)
downloadfluxbox-0ff9c83579b8153c9ccb1b501418450d8c48a660.zip
fluxbox-0ff9c83579b8153c9ccb1b501418450d8c48a660.tar.bz2
Fix 'configure --help' to match actual default value
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])