This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
more windows build tweaks
[perl5.git] / win32 / Makefile
index 5808879..4d7f333 100644 (file)
@@ -240,10 +240,6 @@ USE_IMP_SYS        = undef
 BUILDOPT       = $(BUILDOPT) -DPERL_IMPLICIT_CONTEXT
 !ENDIF
 
-!IF "$(USE_ITHREADS)" != "undef"
-BUILDOPT       = $(BUILDOPT) -DUSE_ITHREADS
-!ENDIF
-
 !IF "$(USE_IMP_SYS)" != "undef"
 BUILDOPT       = $(BUILDOPT) -DPERL_IMPLICIT_SYS
 !ENDIF