Skip to content
This repository has been archived by the owner on Nov 17, 2020. It is now read-only.

Commit

Permalink
Fix a small problem with msgfmt -c detection
Browse files Browse the repository at this point in the history
svn path=/trunk/; revision=5606
  • Loading branch information
Matthias Clasen committed Jul 9, 2007
1 parent 7736393 commit 7a55a55
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
2007-07-09 Matthias Clasen <mclasen@redhat.com>

* m4macros/glib-gettext.m4: Fix a small problem with
msgfmt -c detection. (#341988, Laszlo Peter)

2007-07-07 Matthias Clasen <mclasen@redhat.com>

* glib/gmarkup.c (g_markup_parse_context_end_parse): Handle
Expand Down
2 changes: 1 addition & 1 deletion m4macros/glib-gettext.m4
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 7a55a55

Please sign in to comment.