im.pidgin.pidgin: 182c1128e0f382bc5c2ba7787c1a8579dbaae0ae

elb at pidgin.im elb at pidgin.im
Sat Jan 5 09:35:39 EST 2008


-----------------------------------------------------------------
Revision: 182c1128e0f382bc5c2ba7787c1a8579dbaae0ae
Ancestor: f47ebb2afc0300ebc01af83475a422c5c617702d
Author: elb at pidgin.im
Date: 2008-01-05T14:32:59
Branch: im.pidgin.pidgin

Modified files:
        configure.ac

ChangeLog: 

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.

-------------- next part --------------
============================================================
--- configure.ac	90a9d9ffa2d844ed646d11b3d2732036d87bc20b
+++ configure.ac	219882600ba95e8bb21b4a4941a62cb7fd2e3ab1
@@ -142,7 +142,7 @@ dnl AM_GLIB_GNU_GETTEXT found it.
 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([
 


More information about the Commits mailing list