build: get rid of 'HAVE_ANSI_COMPILER' C preprocessor conditional
authorStefano Lattarini <stefano.lattarini@gmail.com>
Tue, 30 Apr 2013 15:11:18 +0000 (17:11 +0200)
committerPaul Smith <psmith@gnu.org>
Mon, 6 May 2013 00:45:44 +0000 (20:45 -0400)
commitc3cd78066c10b213b98cd28459d9971f7809bc81
treecfc9e8e22a74cf4d31b5ca444344da267a28ca3c
parent15f795793906ac8b184b5cf9dcbe515ba9df92ef
build: get rid of 'HAVE_ANSI_COMPILER' C preprocessor conditional

GNU make already assume C89 or later throughout the codebase, and
that preprocessor conditional was no longer used anyway.

* configure.ac: Remove AC_DEFINE of HAVE_ANSI_COMPILER.
* config.ami.template: Remove #define of HAVE_ANSI_COMPILER.
* config.h-vms.template: Likewise.
* config.h.W32.template: Likewise.
* configh.dos.template: Likewise.

Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
ChangeLog
config.ami.template
config.h-vms.template
config.h.W32.template
configh.dos.template
configure.ac