patch applied (packages/base): Remove AC_C_CONST
Ian Lynagh
igloo at earth.li
Mon Jun 22 16:30:20 EDT 2009
Mon Jun 15 13:32:40 PDT 2009 Ian Lynagh <igloo at earth.li>
* Remove AC_C_CONST
It was breaking the build on Windows. The problem was that we included
stdio.h which gave a prototype for some functions (e.g. remove), then
the AC_C_CONST meant that we did
/* Define to empty if `const' does not conform to ANSI C. */
#define const /**/
and then we included io.h which gave prototypes that, due to const
being removed, conflicted with the earlier prototypes.
M ./configure.ac -3
View patch online:
http://darcs.haskell.org/packages/base/_darcs/patches/20090615203240-3fd76-6f5980a8485644f16313ad0f3331bc7baacdc61a.gz
More information about the Cvs-libraries
mailing list