diff configure.ac @ 17839: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 980a104267da
children c7df0c2d8eef
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([