diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 2003-05-13 12:36:01 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 2003-05-13 12:36:01 +0000 |
commit | 7e0017d3b6ac1a9bfee873d050999f77952fb701 (patch) | |
tree | 4ade7afdc5f0513562f370ac039db5454917eb44 /win32/makefile.mk | |
parent | 2a00e2a40ce3297077858385f0ca5e952d6eb4cf (diff) | |
download | perl-7e0017d3b6ac1a9bfee873d050999f77952fb701.tar.gz |
$Config{usethreads} wasn't being set on windows
p4raw-id: //depot/perl@19510
Diffstat (limited to 'win32/makefile.mk')
-rw-r--r-- | win32/makefile.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/win32/makefile.mk b/win32/makefile.mk index c7d9fb9478..d01284e781 100644 --- a/win32/makefile.mk +++ b/win32/makefile.mk @@ -818,6 +818,7 @@ CFG_VARS = \ _a=$(a) ~ \ lib_ext=$(a) ~ \ static_ext=$(STATIC_EXT) ~ \ + usethreads=$(USE_ITHREADS) ~ \ useithreads=$(USE_ITHREADS) ~ \ usemultiplicity=$(USE_MULTI) ~ \ useperlio=$(USE_PERLIO) ~ \ |