# HG changeset patch # User Luke Schierer # Date 1192941045 0 # Node ID c4d86acb82e7b1955f4938414b8f2a399691fa05 # Parent 136ded231700c1cdd5425d8cf60ad5e26b548e4e applied changes from ef97aa9259d77504bb07c2dff5ec0750d498e847 through eaca7bcddbde5dc407ddc81c557e7722cca3e35d diff -r 136ded231700 -r c4d86acb82e7 configure.ac --- a/configure.ac Sun Oct 21 04:30:20 2007 +0000 +++ b/configure.ac Sun Oct 21 04:30:45 2007 +0000 @@ -142,13 +142,21 @@ 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 +if test x$MSGFMT = xno -o x$MSGFMT$GMSGFMT = x then AC_ERROR([ The msgfmt command is required to build libpurple. If it is installed on your system, ensure that it is in your path. If it is not, install GNU gettext to continue. + +If you have msgfmt installed, but for some reason this error message +is still displayed, you have encountered what appears to be a bug in +third-party configure macros. Try setting the MSGFMT environment +variable to the absolute path to your msgfmt binary and trying +configure again, like this: + +MSGFMT=/path/to/msgfmt ./configure ... ]) fi