1
0
mirror of https://github.com/irssi/irssi.git synced 2024-12-04 14:46:39 -05:00

msgfmt check was wrong

git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1179 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
Timo Sirainen 2001-02-03 17:52:32 +00:00 committed by cras
parent 6ad5d24e0d
commit ef721655a2

View File

@ -580,7 +580,7 @@ dnl **
ALL_LINGUAS="pl pt_BR fr de sv" ALL_LINGUAS="pl pt_BR fr de sv"
AM_GNU_GETTEXT AM_GNU_GETTEXT
AM_CONDITIONAL(HAVE_MSGFMT, test "x$MSGFMT" = "xyes") AM_CONDITIONAL(HAVE_MSGFMT, test "x$MSGFMT" != "xno")
dnl ** common libraries needed by frontends dnl ** common libraries needed by frontends
COMMON_NOUI_LIBS="$CHAT_LIBS $CORE_LIBS $INTLLIBS" COMMON_NOUI_LIBS="$CHAT_LIBS $CORE_LIBS $INTLLIBS"