Remove obsolescent AC_FUNC_STRFTIME.

Sat, 20 Aug 2016 20:47:19 -0400

author
Elliott Sales de Andrade <qulogic@pidgin.im>
date
Sat, 20 Aug 2016 20:47:19 -0400
changeset 37931
36a6673a15e6
parent 37930
64cfc0ca8a7f
child 37932
81b06ce81755

Remove obsolescent AC_FUNC_STRFTIME.

It's only needed to check for the intl library on SCO Unix, which is
probably dead, plus the define is never checked anywhere.

config.h.mingw file | annotate | diff | comparison | revisions
configure.ac file | annotate | diff | comparison | revisions
--- a/config.h.mingw	Sat Aug 20 20:44:14 2016 -0400
+++ b/config.h.mingw	Sat Aug 20 20:47:19 2016 -0400
@@ -258,9 +258,6 @@
 /* Define to 1 if you have the `strerror' function. */
 #define HAVE_STRERROR 1
 
-/* Define to 1 if you have the `strftime' function. */
-#define HAVE_STRFTIME 1
-
 /* Define to 1 if you have a strftime() that supports the %z format string. */
 /* #undef HAVE_STRFTIME_Z_FORMAT */
 
--- a/configure.ac	Sat Aug 20 20:44:14 2016 -0400
+++ b/configure.ac	Sat Aug 20 20:47:19 2016 -0400
@@ -251,7 +251,6 @@
 AC_SUBST([FINCH_PLUGINDIR])
 
 dnl Checks for library functions.
-AC_FUNC_STRFTIME
 AC_CHECK_FUNCS(strdup strstr atexit setlocale)
 dnl Checks for getopt in standard library
 AC_CHECK_FUNCS(getopt_long,,

mercurial