diff options
author | Adrian Bunk <bunk@stusta.de> | 2013-05-14 01:48:37 +0300 |
---|---|---|
committer | Colin Walters <walters@verbum.org> | 2013-05-15 15:43:50 -0400 |
commit | c81a9556fffea3578aff3d53b4f1bc61c905c748 (patch) | |
tree | 87b6896c63b393943490ffd43d0f4af5e3ef1c6a /m4macros | |
parent | 216725f0ae31f193c57244df3c4d11dcb46d790b (diff) |
m4macros/glib-gettext.m4: Don't use AC_HEADER_STDC
AC_HEADER_STDC is obsolete (pre-C89 headers are no longer an issue),
and the resulting STDC_HEADERS define is anyway not used.
https://bugzilla.gnome.org/show_bug.cgi?id=700263
Diffstat (limited to 'm4macros')
-rw-r--r-- | m4macros/glib-gettext.m4 | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/m4macros/glib-gettext.m4 b/m4macros/glib-gettext.m4 index c64e64f45..5217fd843 100644 --- a/m4macros/glib-gettext.m4 +++ b/m4macros/glib-gettext.m4 @@ -315,7 +315,6 @@ msgstr "" dnl glib_DEFUN([GLIB_GNU_GETTEXT], [AC_REQUIRE([AC_PROG_CC])dnl - AC_REQUIRE([AC_HEADER_STDC])dnl GLIB_LC_MESSAGES GLIB_WITH_NLS |