Remove obsolescent AC_C_CONST.

Sat, 20 Aug 2016 20:23:10 -0400

author
Elliott Sales de Andrade <qulogic@pidgin.im>
date
Sat, 20 Aug 2016 20:23:10 -0400
changeset 37929
db31841dbd0f
parent 37928
bcc6c80708a0
child 37930
64cfc0ca8a7f

Remove obsolescent AC_C_CONST.

config.h.mingw file | annotate | diff | comparison | revisions
configure.ac file | annotate | diff | comparison | revisions
--- a/config.h.mingw	Sat Aug 20 20:15:01 2016 -0400
+++ b/config.h.mingw	Sat Aug 20 20:23:10 2016 -0400
@@ -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 */
 
--- a/configure.ac	Sat Aug 20 20:15:01 2016 -0400
+++ b/configure.ac	Sat Aug 20 20:23:10 2016 -0400
@@ -169,7 +169,6 @@
 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>])

mercurial