(metux) configure.ac: removed broken and obsolete AC_C_CONSTMETUX.libpng-1.4.5.1METUX.libpng-1.4.5.999METUX.libpng-1.5.0.1
commit6078776015f2bb623cc9f51ea8a4fbaf614e74e7
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>
Sun, 26 Dec 2010 14:02:31 +0000 (26 15:02 +0100)
tree9cd9498609c563b9caf85f5e5b9e8b32e16cfdbc
parente9d049bf273c50b12777c1215da24ce55b630f39
(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 they const keyword. Unfortunately the macro itself
is broken - it things even sane compilers dont know const, define it to
empty, which ends up in broken builds.
configure.ac