From: Matthias Clasen Date: Mon, 9 Jul 2007 05:21:05 +0000 (+0000) Subject: Fix a small problem with msgfmt -c detection X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=7a55a55fdce7ccc5ee0394ab4ffc320398e45d5f;p=dana%2Fcg-glib.git Fix a small problem with msgfmt -c detection svn path=/trunk/; revision=5606 --- diff --git a/ChangeLog b/ChangeLog index dd509bbc..f2718f5c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2007-07-09 Matthias Clasen + + * m4macros/glib-gettext.m4: Fix a small problem with + msgfmt -c detection. (#341988, Laszlo Peter) + 2007-07-07 Matthias Clasen * glib/gmarkup.c (g_markup_parse_context_end_parse): Handle diff --git a/m4macros/glib-gettext.m4 b/m4macros/glib-gettext.m4 index 71041a1e..e5e0ac05 100644 --- a/m4macros/glib-gettext.m4 +++ b/m4macros/glib-gettext.m4 @@ -208,7 +208,7 @@ glib_DEFUN([GLIB_WITH_NLS], AC_CHECK_FUNCS(dcgettext) MSGFMT_OPTS= AC_MSG_CHECKING([if msgfmt accepts -c]) - GLIB_RUN_PROG([msgfmt -c -o /dev/null],[ + GLIB_RUN_PROG([$MSGFMT -c -o /dev/null],[ msgid "" msgstr "" "Content-Type: text/plain; charset=UTF-8\n"