/pidgin/main: 36a6673a15e6: Remove obsolescent AC_FUNC_STRFTIME.
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: 36a6673a15e64432df7453910de72ec879dbc9e5 Author: Elliott Sales de Andrade <[email protected]> Date: 2016-08-20 20:47 -0400 Branch: default URL: https://hg.pidgin.im/pidgin/main/rev/36a6673a15e6 Description: 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. 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 @@ -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 --git a/configure.ac b/configure.ac --- a/configure.ac +++ b/configure.ac @@ -251,7 +251,6 @@ FINCH_PLUGINDIR="\$(libdir)/finch-$PURPL 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,, _______________________________________________ Commits mailing list [email protected] https://pidgin.im/cgi-bin/mailman/listinfo/commits