On Thu, Nov 15, 2001, Henrik Nordstrom wrote:
> Not at all. Already done for Solaris...
>
> See configure.in around line 160.. I doubt you can fail to figure this out
> even if you try hard ;-)
Curious .. isn't that meant to be "${use_dlmalloc}-unset" = unset; then .. ?
if test "${use_dlmalloc-unset}" = unset; then
case "$host" in
i386-*-solaris2.*)
echo "Enabling dlmalloc for $host"
use_dlmalloc="yes"
LIBDLMALLOC="libdlmalloc.a"
LIB_MALLOC="-L../lib -ldlmalloc"
;;
esac
fi
Adrian
Received on Fri Nov 16 2001 - 21:04:25 MST
This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:14:38 MST