# HG changeset patch # User Elliott Sales de Andrade # Date 1471740439 14400 # Node ID 36a6673a15e64432df7453910de72ec879dbc9e5 # Parent 64cfc0ca8a7f649bd1f68c1ba36eb02387bdbd7b 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. diff -r 64cfc0ca8a7f -r 36a6673a15e6 config.h.mingw --- 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 */ diff -r 64cfc0ca8a7f -r 36a6673a15e6 configure.ac --- 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,,