summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorTimo Sirainen <cras@irssi.org>2001-02-03 17:52:32 +0000
committercras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564>2001-02-03 17:52:32 +0000
commitef721655a27b0d69f00534d83ec7edeb231d371e (patch)
tree696bb6231136cc27821354bb86e8f7f315dc16b8 /configure.in
parent6ad5d24e0d3d364fc0f74e3f3218e26bf331b998 (diff)
downloadirssi-ef721655a27b0d69f00534d83ec7edeb231d371e.zip
msgfmt check was wrong
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1179 dbcabf3a-b0e7-0310-adc4-f8d773084564
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 7d9710d6..aa6c11ee 100644
--- a/configure.in
+++ b/configure.in
@@ -580,7 +580,7 @@ dnl **
ALL_LINGUAS="pl pt_BR fr de sv"
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
COMMON_NOUI_LIBS="$CHAT_LIBS $CORE_LIBS $INTLLIBS"