Remove AC_STRUCT_TM which became obsolescent in ac 2.60.

Sat, 20 Aug 2016 16:22:25 -0400

author
Elliott Sales de Andrade <qulogic@pidgin.im>
date
Sat, 20 Aug 2016 16:22:25 -0400
changeset 37927
7394c08dfaa8
parent 37910
5ca05cfcbd3a
child 37928
bcc6c80708a0

Remove AC_STRUCT_TM which became obsolescent in ac 2.60.

Plus, its define is never really used.

config.h.mingw file | annotate | diff | comparison | revisions
configure.ac file | annotate | diff | comparison | revisions
--- a/config.h.mingw	Sat Aug 20 13:35:55 2016 -0500
+++ b/config.h.mingw	Sat Aug 20 16:22:25 2016 -0400
@@ -427,9 +427,6 @@
 /* Define to 1 if you have the ANSI C header files. */
 #define STDC_HEADERS 1
 
-/* Define to 1 if your <sys/time.h> declares `struct tm'. */
-/* #undef TM_IN_SYS_TIME */
-
 /* Use GStreamer for playing sounds */
 /* It's defined in global.mak. */
 /* #undef USE_GSTREAMER */
--- a/configure.ac	Sat Aug 20 13:35:55 2016 -0500
+++ b/configure.ac	Sat Aug 20 16:22:25 2016 -0400
@@ -170,7 +170,6 @@
 
 dnl Checks for typedefs, structures, and compiler characteristics.
 AC_C_CONST
-AC_STRUCT_TM
 AC_CHECK_SIZEOF(time_t, ,[
 #include <stdio.h>
 #include <time.h>])

mercurial