summaryrefslogtreecommitdiff
path: root/hints/darwin.sh
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2004-03-23 22:35:09 +0000
committerNicholas Clark <nick@ccl4.org>2004-03-23 22:35:09 +0000
commit9df442c23deb1b1ba2f163eb54deeb4fe82ea80c (patch)
tree3cb6763b2644dd39a94a1066966a399f8cdd06e5 /hints/darwin.sh
parentb84d08606128d31ab874c747150180e32486af44 (diff)
downloadperl-9df442c23deb1b1ba2f163eb54deeb4fe82ea80c.tar.gz
Make usemallocwrap a Configure-time question. Default is yes for
usedevel, no otherwise, but I'm expecting hints files on known good platforms to override this. (and known bad) Demonstration hints file for darwin. p4raw-id: //depot/perl@22571
Diffstat (limited to 'hints/darwin.sh')
-rw-r--r--hints/darwin.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/hints/darwin.sh b/hints/darwin.sh
index 1d27f339ab..e117a26366 100644
--- a/hints/darwin.sh
+++ b/hints/darwin.sh
@@ -183,6 +183,11 @@ EOCBU
# vfork works
usevfork='true';
+# malloc wrap works
+case "$usemallocwrap" in
+'') usemallocwrap='define' ;;
+esac
+
# our malloc works (but allow users to override)
case "$usemymalloc" in
'') usemymalloc='n' ;;