changeset 17601:9f7eabc5e42d

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/.
author Ethan Blanton <elb@pidgin.im>
date Tue, 12 Jun 2007 05:22:44 +0000
parents 9ffaec13211b
children 6e0961356343
files configure.ac
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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([