diff options
Diffstat (limited to '')
-rw-r--r-- | configure.ac | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 68540e5fa..fa921de15 100644 --- a/configure.ac +++ b/configure.ac @@ -17,7 +17,7 @@ dnl initialize variables dnl ======================================================= dnl i18n -ALL_LINGUAS="sv de" +ALL_LINGUAS="de sv" set -- $CFLAGS @@ -93,6 +93,9 @@ if test "x$nls" = "xyes"; then ["${GETTEXT_PACKAGE}"], [gettext domain]) nls=$gt_cv_have_gettext + if test "x$nls" != "xyes"; then + AC_MSG_WARN([NLS support disabled!]) + fi else AM_PO_SUBDIRS fi |