changeset 22002:04345460e9c7

Allow INTLTOOL_MSGFMT to also be a valid value of MSGFMT for our configure. I'm not sure this helps, but I doubt it hurts -- I don't think it fixed the problem that one FreeBSD user was having, but I can't remember.
author Ethan Blanton <elb@pidgin.im>
date Sat, 05 Jan 2008 14:32:59 +0000
parents 4b194f71b93a
children 485383451769
files configure.ac
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/configure.ac	Sat Jan 05 12:31:53 2008 +0000
+++ b/configure.ac	Sat Jan 05 14:32:59 2008 +0000
@@ -142,7 +142,7 @@
 dnl If we don't have msgfmt, then po/ is going to fail -- ensure that
 dnl AM_GLIB_GNU_GETTEXT found it.
 
-if test x$MSGFMT = xno -o x$MSGFMT$GMSGFMT = x
+if test x$MSGFMT = xno -o x$MSGFMT$GMSGFMT$INTLTOOL_MSGFMT = x
 then
 	AC_ERROR([