From 57c0dcfd9e1f2a92703759cf76aa951249b920a6 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Mon, 9 Jul 2007 05:22:36 +0000 Subject: [PATCH] Fix a small problem with msgfmt -c detection svn path=/branches/glib-2-12/; revision=5607 --- ChangeLog | 7 +++++++ m4macros/glib-gettext.m4 | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 0b11e4346..53217e922 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2007-07-09 Matthias Clasen + + Merge from trunk: + + * m4macros/glib-gettext.m4: Fix a small problem with + msgfmt -c detection. (#341988, Laszlo Peter) + 2007-07-07 Matthias Clasen Merge from trunk: diff --git a/m4macros/glib-gettext.m4 b/m4macros/glib-gettext.m4 index 71041a1e0..e5e0ac059 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"