summaryrefslogtreecommitdiff
path: root/hints/freebsd.sh
diff options
context:
space:
mode:
Diffstat (limited to 'hints/freebsd.sh')
-rw-r--r--hints/freebsd.sh5
1 files changed, 3 insertions, 2 deletions
diff --git a/hints/freebsd.sh b/hints/freebsd.sh
index 396abdd4d9..28e22ac62c 100644
--- 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