mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-27 06:26:15 +01:00
Fix a small problem with msgfmt -c detection
svn path=/trunk/; revision=5606
This commit is contained in:
parent
77363936cc
commit
7a55a55fdc
@ -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>
|
2007-07-07 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
* glib/gmarkup.c (g_markup_parse_context_end_parse): Handle
|
* glib/gmarkup.c (g_markup_parse_context_end_parse): Handle
|
||||||
|
@ -208,7 +208,7 @@ glib_DEFUN([GLIB_WITH_NLS],
|
|||||||
AC_CHECK_FUNCS(dcgettext)
|
AC_CHECK_FUNCS(dcgettext)
|
||||||
MSGFMT_OPTS=
|
MSGFMT_OPTS=
|
||||||
AC_MSG_CHECKING([if msgfmt accepts -c])
|
AC_MSG_CHECKING([if msgfmt accepts -c])
|
||||||
GLIB_RUN_PROG([msgfmt -c -o /dev/null],[
|
GLIB_RUN_PROG([$MSGFMT -c -o /dev/null],[
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
Loading…
Reference in New Issue
Block a user