Disable NLS if msgfmt command isn't found.

git-svn-id: http://svn.irssi.org/repos/irssi/trunk@596 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
Timo Sirainen 2000-08-13 00:27:00 +00:00 committed by cras
commit 072b8a75e0

View file

@ -334,6 +334,10 @@ dnl **
ALL_LINGUAS="pl fi pt_BR fr de"
AM_GNU_GETTEXT
if test "x$MSGFMT" = "xno"; then
USE_NLS=no
fi
dnl ** common libraries needed by frontends
COMMON_NOUI_LIBS="$PERL_LIBS $CHAT_LIBS $CORE_LIBS $INTLLIBS"
COMMON_LIBS="$FE_COMMON_LIBS $COMMON_NOUI_LIBS"