mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-12 07:26:15 +01:00
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
This commit is contained in:
parent
216725f0ae
commit
c81a9556ff
@ -315,7 +315,6 @@ msgstr ""
|
|||||||
dnl
|
dnl
|
||||||
glib_DEFUN([GLIB_GNU_GETTEXT],
|
glib_DEFUN([GLIB_GNU_GETTEXT],
|
||||||
[AC_REQUIRE([AC_PROG_CC])dnl
|
[AC_REQUIRE([AC_PROG_CC])dnl
|
||||||
AC_REQUIRE([AC_HEADER_STDC])dnl
|
|
||||||
|
|
||||||
GLIB_LC_MESSAGES
|
GLIB_LC_MESSAGES
|
||||||
GLIB_WITH_NLS
|
GLIB_WITH_NLS
|
||||||
|
Loading…
Reference in New Issue
Block a user