/pidgin/main: db31841dbd0f: Remove obsolescent AC_C_CONST.
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: db31841dbd0fcfdf1b2f08beb39b7a5264065553 Author: Elliott Sales de Andrade <[email protected]> Date: 2016-08-20 20:23 -0400 Branch: default URL: https://hg.pidgin.im/pidgin/main/rev/db31841dbd0f Description: Remove obsolescent AC_C_CONST. 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 @@ -470,9 +470,6 @@ /* Define for large files, on AIX-style hosts. */ /* #undef _LARGE_FILES */ -/* Define to empty if `const' does not conform to ANSI C. */ -/* #undef const */ - /* Define to `unsigned int' if <sys/types.h> does not define. */ /* #undef size_t */ diff --git a/configure.ac b/configure.ac --- a/configure.ac +++ b/configure.ac @@ -169,7 +169,6 @@ AC_HEADER_SYS_WAIT AC_CHECK_HEADERS(fcntl.h unistd.h locale.h stdint.h) dnl Checks for typedefs, structures, and compiler characteristics. -AC_C_CONST AC_CHECK_SIZEOF(time_t, ,[ #include <stdio.h> #include <time.h>]) _______________________________________________ Commits mailing list [email protected] https://pidgin.im/cgi-bin/mailman/listinfo/commits