summaryrefslogtreecommitdiff
path: root/m4macros
diff options
context:
space:
mode:
authorMatthias Clasen <matthiasc@src.gnome.org>2007-07-09 05:21:05 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2007-07-09 05:21:05 +0000
commit7a55a55fdce7ccc5ee0394ab4ffc320398e45d5f (patch)
tree5f16ed826fbf4d29e3c3886431996d86fac699f3 /m4macros
parent77363936ccdb1a910d94f6df159f31b837b8e441 (diff)
downloadglib-7a55a55fdce7ccc5ee0394ab4ffc320398e45d5f.tar.gz
Fix a small problem with msgfmt -c detection
svn path=/trunk/; revision=5606
Diffstat (limited to 'm4macros')
-rw-r--r--m4macros/glib-gettext.m42
1 files changed, 1 insertions, 1 deletions
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"