projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
4dfcc30
)
In FreeBSD allow one to try using Perl's malloc with threads.
Jarkko Hietaniemi [Sat, 20 Sep 2003 18:37:33 +0000 (18:37 +0000)]
p4raw-id: //depot/perl@21291
hints/freebsd.sh
patch
|
blob
|
blame
|
history
diff --git
a/hints/freebsd.sh
b/hints/freebsd.sh
index
396abdd
..
28e22ac
100644
(file)
--- a/
hints/freebsd.sh
+++ b/
hints/freebsd.sh
@@
-263,8
+263,9
@@
EOM
# Even with the malloc mutexes the Perl malloc does not
# seem to be threadsafe in FreeBSD?
- usemymalloc=n
-
+ case "$usemymalloc" in
+ '') usemymalloc=n ;;
+ esac
esac
EOCBU