From d6d8dde2b545cc3ab2f6fa49ea7de1fd26d85191 Mon Sep 17 00:00:00 2001 From: Miloslav Trmač Date: Nov 29 2012 19:34:03 +0000 Subject: Remove check for pre-1989 compiles that don't have "const". --- diff --git a/configure.ac b/configure.ac index f504d67..e7f3212 100644 --- a/configure.ac +++ b/configure.ac @@ -5,9 +5,6 @@ AM_INIT_AUTOMAKE([dist-bzip2 no-dist-gzip no-define -Wall]) AC_PROG_CC AC_PROG_RANLIB -# Checks for typedefs, structures, and compiler characteristics. -AC_C_CONST - # Checks for library functions. AC_FUNC_ALLOCA AC_FUNC_MALLOC