mirror of
https://github.com/irssi/irssi.git
synced 2024-11-03 04:27:19 -05:00
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:
parent
9fe81dcaf0
commit
072b8a75e0
@ -334,6 +334,10 @@ dnl **
|
|||||||
ALL_LINGUAS="pl fi pt_BR fr de"
|
ALL_LINGUAS="pl fi pt_BR fr de"
|
||||||
AM_GNU_GETTEXT
|
AM_GNU_GETTEXT
|
||||||
|
|
||||||
|
if test "x$MSGFMT" = "xno"; then
|
||||||
|
USE_NLS=no
|
||||||
|
fi
|
||||||
|
|
||||||
dnl ** common libraries needed by frontends
|
dnl ** common libraries needed by frontends
|
||||||
COMMON_NOUI_LIBS="$PERL_LIBS $CHAT_LIBS $CORE_LIBS $INTLLIBS"
|
COMMON_NOUI_LIBS="$PERL_LIBS $CHAT_LIBS $CORE_LIBS $INTLLIBS"
|
||||||
COMMON_LIBS="$FE_COMMON_LIBS $COMMON_NOUI_LIBS"
|
COMMON_LIBS="$FE_COMMON_LIBS $COMMON_NOUI_LIBS"
|
||||||
|
Loading…
Reference in New Issue
Block a user