# HG changeset patch # User Ethan Blanton # Date 1199543579 0 # Node ID 04345460e9c7b9dc6422d7a28484b3688660a7ed # Parent 4b194f71b93a5acfaa69476bc1cea6867d2eaa20 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. diff -r 4b194f71b93a -r 04345460e9c7 configure.ac --- 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([