This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
In FreeBSD allow one to try using Perl's malloc with threads.
authorJarkko Hietaniemi <jhi@iki.fi>
Sat, 20 Sep 2003 18:37:33 +0000 (18:37 +0000)
committerJarkko Hietaniemi <jhi@iki.fi>
Sat, 20 Sep 2003 18:37:33 +0000 (18:37 +0000)
p4raw-id: //depot/perl@21291

hints/freebsd.sh

index 396abdd..28e22ac 100644 (file)
@@ -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