comparison configure.ac @ 22002:04345460e9c7

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.
author Ethan Blanton <elb@pidgin.im>
date Sat, 05 Jan 2008 14:32:59 +0000
parents d230e1cfff62
children 0503cd74cb56
comparison
equal deleted inserted replaced
22001:4b194f71b93a 22002:04345460e9c7
140 AM_GLIB_GNU_GETTEXT 140 AM_GLIB_GNU_GETTEXT
141 141
142 dnl If we don't have msgfmt, then po/ is going to fail -- ensure that 142 dnl If we don't have msgfmt, then po/ is going to fail -- ensure that
143 dnl AM_GLIB_GNU_GETTEXT found it. 143 dnl AM_GLIB_GNU_GETTEXT found it.
144 144
145 if test x$MSGFMT = xno -o x$MSGFMT$GMSGFMT = x 145 if test x$MSGFMT = xno -o x$MSGFMT$GMSGFMT$INTLTOOL_MSGFMT = x
146 then 146 then
147 AC_ERROR([ 147 AC_ERROR([
148 148
149 The msgfmt command is required to build libpurple. If it is installed 149 The msgfmt command is required to build libpurple. If it is installed
150 on your system, ensure that it is in your path. If it is not, install 150 on your system, ensure that it is in your path. If it is not, install