diff options
author | Marcus Holland-Moritz <mhx-perl@gmx.net> | 2004-07-01 21:08:44 +0000 |
---|---|---|
committer | Marcus Holland-Moritz <mhx-perl@gmx.net> | 2004-07-01 21:08:44 +0000 |
commit | 6f980a54574e0bf71b1f27e663d5e95cbb8a2612 (patch) | |
tree | 64221937512f96f0ee3e30c1e09dce646f47e92f /uconfig.sh | |
parent | 2b140d5b8decb02c0dc8e1cbc8c7b48b458da666 (diff) | |
download | perl-6f980a54574e0bf71b1f27e663d5e95cbb8a2612.tar.gz |
The microperl config didn't know about usemallocwrap yet.
p4raw-id: //depot/perl@23022
Diffstat (limited to 'uconfig.sh')
-rwxr-xr-x | uconfig.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/uconfig.sh b/uconfig.sh index 3fb16b78d1..705bc83495 100755 --- a/uconfig.sh +++ b/uconfig.sh @@ -684,6 +684,7 @@ usefaststdio='undef' useithreads='undef' uselargefiles='undef' uselongdouble='undef' +usemallocwrap='undef' usemorebits='undef' usemultiplicity='undef' usemymalloc='n' |