--- configure.in.orig Wed Mar 14 18:59:04 2007 +++ configure.in Thu Mar 22 18:44:37 2007 @@ -831,14 +831,9 @@ dnl utils/flower_malloc related dnl --------------------------------------------------------------------------- -dnl flower_malloc in utils is an interposer and is only known to -dnl work on systems supporting -shared. AFAICT this needs some work for -dnl a real test. As a stop gap, we assume that if we are on *BSD or Linux -dnl things work okay. Only known failure case is OS X. +dnl disabled in FreeBSD 6.1 port case "${host_os}" in - *bsd*) FLOWER_MALLOC=flower_malloc ;; - linux*) FLOWER_MALLOC=flower_malloc ;; *) ;; esac AC_SUBST(FLOWER_MALLOC)