# HG changeset patch # User Ethan Blanton # Date 1181625764 0 # Node ID 9f7eabc5e42d2a135670e31f0cab83fb7de3a754 # Parent 9ffaec13211bb28d1d6c500d237515117090bd9f GMSGFMT is apparently not required to be set, and requiring it causes configure to fail on FreeBSD (under at least some circumstances). Hopefully requiring only MSGFMT will be sufficient to keep people from failing to build in po/. diff -r 9ffaec13211b -r 9f7eabc5e42d configure.ac --- a/configure.ac Mon Jun 11 15:44:00 2007 +0000 +++ b/configure.ac Tue Jun 12 05:22:44 2007 +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$GMSGFMT = x +if test x$MSGFMT = xno then AC_ERROR([