In metaconfig.git, the branch master has been updated

<http://perl5.git.perl.org/metaconfig.git/commitdiff/9d1a8cfee64849924e0e561e93eadcb6db1b7d93?hp=72881529a31d1f08ca2b494bc5a0c2ed56b94cf2>

- Log -----------------------------------------------------------------
commit 9d1a8cfee64849924e0e561e93eadcb6db1b7d93
Author: H.Merijn Brand <mer...@lx09.procura.nl>
Date:   Fri Jan 27 16:10:11 2012 +0100

    mymalloc isn't threadsafe (rurban)
-----------------------------------------------------------------------

Summary of changes:
 U/modified/mallocsrc.U |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/U/modified/mallocsrc.U b/U/modified/mallocsrc.U
index 1bb7486..38d2663 100644
--- a/U/modified/mallocsrc.U
+++ b/U/modified/mallocsrc.U
@@ -22,7 +22,7 @@
 ?MAKE:mallocsrc mallocobj usemallocwrap usemymalloc malloctype d_mymalloc \
        freetype: Myread \
        Oldconfig package Guess Setvar rm cat +cc +ccflags Findhdr \
-       i_malloc i_stdlib sed libs _o ptrsize
+       i_malloc i_stdlib sed libs _o ptrsize useithreads
 ?MAKE: -pick add $@ %<
 ?X: Put near top so that other tests don't erroneously include
 ?X: -lmalloc.  --AD  22 June 1998
@@ -117,6 +117,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 metaconfig repository

Reply via email to