In perl.git, the branch blead has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/d9298c1a4c17b19f029937b286909a8af2862653?hp=34daab0fa047b2849547189ae5f48b276658af01>

- Log -----------------------------------------------------------------
commit d9298c1a4c17b19f029937b286909a8af2862653
Author: H.Merijn Brand <h.m.br...@xs4all.nl>
Date:   Fri Jan 27 16:09:31 2012 +0100

    mymalloc isn't thread safe (rurban)
-----------------------------------------------------------------------

Summary of changes:
 Configure |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/Configure b/Configure
index 9abfe64..0d712ee 100755
--- 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 perl...@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?"

--
Perl5 Master Repository

Reply via email to