projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
0ff51ef
)
disable USE_THREADS when PERL_OBJECT is enabled
Gurusamy Sarathy [Tue, 6 Oct 1998 03:27:35 +0000 (
03:27
+0000)]
p4raw-id: //depot/perl@1925
win32/Makefile
patch
|
blob
|
blame
|
history
win32/makefile.mk
patch
|
blob
|
blame
|
history
diff --git
a/win32/Makefile
b/win32/Makefile
index
09baef7
..
2ffcb52
100644
(file)
--- a/
win32/Makefile
+++ b/
win32/Makefile
@@
-125,6
+125,7
@@
CRYPT_FLAG = -DHAVE_DES_FCRYPT
!IF "$(OBJECT)" != ""
PERL_MALLOC = undef
+USE_THREADS = undef
!ENDIF
!IF "$(PERL_MALLOC)" == ""
diff --git
a/win32/makefile.mk
b/win32/makefile.mk
index
a7f01f1
..
12ac0a9
100644
(file)
--- a/
win32/makefile.mk
+++ b/
win32/makefile.mk
@@
-140,6
+140,7
@@
CRYPT_FLAG = -DHAVE_DES_FCRYPT
.IF "$(OBJECT)" != ""
PERL_MALLOC != undef
+USE_THREADS != undef
.ENDIF
PERL_MALLOC *= undef