diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2001-06-13 17:14:17 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-06-13 17:14:17 +0000 |
commit | 9514c62b63b7afca8bfb22c2e26cd3413f1fa007 (patch) | |
tree | cc0d627de36b16941a8da8e72b9070c4a138f4a4 /configure.com | |
parent | fd89e497d9261f4c36b30a96d9f5e9fe67facce5 (diff) | |
download | perl-9514c62b63b7afca8bfb22c2e26cd3413f1fa007.tar.gz |
Add Configure directive -Dusereentrant for Artur's ithreads work,
extremely experimental, not even prompted for.
p4raw-id: //depot/perl@10569
Diffstat (limited to 'configure.com')
-rw-r--r-- | configure.com | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.com b/configure.com index 7b02485e3f..1d09675b8c 100644 --- a/configure.com +++ b/configure.com @@ -5573,6 +5573,7 @@ $ WC "usemultiplicity='" + usemultiplicity + "'" $ WC "usemymalloc='" + usemymalloc + "'" $ WC "useperlio='" + useperlio + "'" $ WC "useposix='false'" +$ WC "usereentrant='undef'" $ WC "usesocks='undef'" $ WC "usethreads='" + usethreads + "'" $ WC "usevfork='true'" |