mymalloc isn't thread safe (rurban)
authorH.Merijn Brand <h.m.brand@xs4all.nl>
Fri, 27 Jan 2012 15:09:31 +0000 (16:09 +0100)
committerH.Merijn Brand <h.m.brand@xs4all.nl>
Fri, 27 Jan 2012 15:09:31 +0000 (16:09 +0100)
Configure

index 9abfe64..0d712ee 100755 (executable)
--- a/Configure
+++ b/Configure
@@ -28,7 +28,7 @@
 # See Porting/pumpkin.pod for more information on metaconfig.
 #
 
-# Generated on Mon Jan  9 18:25:32 CET 2012 [metaconfig 3.5 PL0]
+# Generated on Fri Jan 27 15:48:54 CET 2012 [metaconfig 3.5 PL0]
 # (with additional metaconfig patches by perlbug@perl.org)
 
 cat >c1$$ <<EOF
@@ -6774,6 +6774,7 @@ case "$usemymalloc" in
        4) dflt='y' ;;
        *) dflt='n' ;;
        esac
+       if test "$useithreads" = "$define"; then dflt='n'; fi
        ;;
 esac
 rp="Do you wish to attempt to use the malloc that comes with $package?"