Re: Bug Report: sed-4.1.4 misinterprets uClibc's malloc (patch included)

2005-08-27 Thread Chuck Swiger
Yuri Vasilevski wrote: On Thu, 25 Aug 2005 12:49:37 -0700 Paul Eggert <[EMAIL PROTECTED]> wrote: Yuri Vasilevski <[EMAIL PROTECTED]> writes: Recent versions of sed expect glibc behavior [from] malloc, i.e. malloc(0) return live pointer. This is not true for uClibc (and many other old/classical

Re: lib-link.m4: AC_LIB_LINKFLAGS_BODY: --without-libFOO-prefix?

2005-08-27 Thread Simon Josefsson
Bruno Haible <[EMAIL PROTECTED]> writes: > Simon Josefsson wrote: >> What is the point of this configure parameter? >> >> I understand that --with-libFOO-prefix is used to set the prefix that >> make the macro search in $prefix/include and $prefix/lib to find >> libFOO. >> >> Specifically, what is