/pidgin/main: 7394c08dfaa8: Remove AC_STRUCT_TM which became obs...

Elliott Sales de Andrade <[email protected]> Tue, 23 Aug 2016 19:45:07 -0400
Newsgroups gmane.comp.gnome.gaim.cvs
Message-ID <[email protected]>
Changeset: 7394c08dfaa88b38a3f3d108a855cba8a5478b72
Author:	 Elliott Sales de Andrade <[email protected]>
Date:	 2016-08-20 16:22 -0400
Branch:	 default
URL: https://hg.pidgin.im/pidgin/main/rev/7394c08dfaa8

Description:

Remove AC_STRUCT_TM which became obsolescent in ac 2.60.

Plus, its define is never really used.

diffstat:

 config.h.mingw |  3 ---
 configure.ac   |  1 -
 2 files changed, 0 insertions(+), 4 deletions(-)

diffs (24 lines):

diff --git a/config.h.mingw b/config.h.mingw
--- a/config.h.mingw
+++ b/config.h.mingw
@@ -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 */
diff --git a/configure.ac b/configure.ac
--- a/configure.ac
+++ b/configure.ac
@@ -170,7 +170,6 @@ AC_CHECK_HEADERS(arpa/nameser_compat.h f
 
 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>])

_______________________________________________
Commits mailing list
[email protected]
https://pidgin.im/cgi-bin/mailman/listinfo/commits