Code

more unreffing temporary styles properly
[inkscape.git] / configure.ac
index f5eafa6b2c1b9f6eb13129c03454298f88350ff3..6dab04287fadc8b5a5c05a034fdca52369d03a47 100644 (file)
@@ -92,6 +92,10 @@ if test "x$PKG_CONFIG" = "xno"; then
        AC_MSG_ERROR(You have to install pkg-config to compile inkscape.)
 fi
 
+dnl Find msgfmt.  Without this, po/Makefile fails to set MSGFMT on some platforms.
+AC_PATH_PROG(MSGFMT, msgfmt, msgfmt)
+AC_PATH_PROG(GMSGFMT, gmsgfmt, $MSGFMT)
+
 dnl ******************************
 dnl Check for libpng 
 dnl ******************************