Squid-2.3.DEVEL2: Solaris X86 and dlmalloc detection Configure forced dlmalloc for Solaris X86 twice. This patch removes one of the tests (unneded, didn't do anything but echo it was detected) Index: squid/configure.in diff -u squid/configure.in:1.1.1.35.2.1 squid/configure.in:1.1.1.35.2.2 --- squid/configure.in:1.1.1.35.2.1 Sat Aug 7 20:00:42 1999 +++ squid/configure.in Sat Aug 7 21:07:34 1999 @@ -124,15 +124,6 @@ fi fi -if test "x$ac_cv_enabled_dlmalloc" = "x"; then - case "$host" in - i386-*-solaris2.*) - echo "Enabling dlmalloc for $host" - ac_cv_enabled_dlmalloc="yes" - ;; - esac -fi - dnl Enable optional modules AC_ARG_ENABLE(dlmalloc, [ --enable-dlmalloc[=LIB] Compile & use the malloc package by Doug Lea],