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 | |
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')
-rw-r--r-- | win32/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/win32/Makefile b/win32/Makefile index c51417e40f..22ddba1576 100644 --- a/win32/Makefile +++ b/win32/Makefile @@ -792,6 +792,7 @@ CFG_VARS = \ "libpth=$(CCLIBDIR:"=\");$(EXTRALIBDIRS:"=\")" \ "libc=$(LIBC)" \ "make=$(MAKE_BARE)" \ + "usethreads=$(USE_ITHREADS)" \ "useithreads=$(USE_ITHREADS)" \ "usemultiplicity=$(USE_MULTI)" \ "useperlio=$(USE_PERLIO)" \ |