From 0ff9c83579b8153c9ccb1b501418450d8c48a660 Mon Sep 17 00:00:00 2001 From: Mathias Gumz Date: Sun, 11 Jan 2015 09:33:44 +0100 Subject: Fix 'configure --help' to match actual default value --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) 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]) -- cgit v0.11.2