(metux) configure.ac: removed broken and obsolete AC_C_CONSTMETUX.libpng-1.5.1
commiteb3ea40a18f45add002c5ab4486a5edee28f0c66
authorEnrico Weigelt, metux IT service <weigelt@metux.de>
Sun, 26 Dec 2010 14:02:31 +0000 (26 15:02 +0100)
committerEnrico Weigelt, metux IT service <weigelt@metux.de>
Fri, 1 Apr 2011 18:36:04 +0000 (1 20:36 +0200)
tree3d0581c77dad0a01dfd9fe6a042e4ddd571914aa
parent25cbd9bcd2bac1b1240c20bb5dae128e5bee216b
(metux) configure.ac: removed broken and obsolete AC_C_CONST

The autoconf macro AC_C_CONST should check for broken ancient compilers
which don't understand the const keyword. Unfortunately the macro itself
is broken - it thinks even sane compilers dont know const, define it to
empty, which ends up in broken builds.
configure.ac