On Fri, Mar 14, 2008 at 07:34:29PM +0100, Christian Kellermann wrote:
* Jorge Arellano Cid <jcid@dillo.org> [080314 19:11]:
Committed.
(now, we'll wait to see if it works OK for everybody else ;).
Unfortunately this introduces -Werror and thus may break the build. This is due to a silly typo. My apologies...
Index: configure.in =================================================================== RCS file: /sfhome/cvs/dillo/dillo2/configure.in,v retrieving revision 1.7 diff -b -u -p -r1.7 configure.in --- configure.in 14 Mar 2008 18:04:19 -0000 1.7 +++ configure.in 14 Mar 2008 18:44:05 -0000 @@ -344,7 +344,7 @@ if test "x$iconv_ok" = "xyes"; then ], iconv_old=yes,iconv_old=no) LIBS="$old_libs" - CLFAGS="$old_cflags" + CFLAGS="$old_cflags"
if test "x$iconv_old" = "xyes"; then AC_DEFINE([inbuf_t], [const char], [Use const char pointers for older libiconv])
Thanks,
Christian
Committed, but in two places! -- Cheers Jorge.-