[glib] m4macros/glib-gettext.m4: Don't use AC_HEADER_STDC



commit c81a9556fffea3578aff3d53b4f1bc61c905c748
Author: Adrian Bunk <bunk stusta de>
Date:   Tue May 14 01:48:37 2013 +0300

    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

 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 c64e64f..5217fd8 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


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]