blob: 80ef3607bc86d67956f4cb2a5ce1712031623c3f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
--- 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)
|