projects
/
platform
/
upstream
/
perl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2dd19d2
)
fix d_bincompat5005='' junking config.h
author
Gurusamy Sarathy
<gsar@cpan.org>
Mon, 2 Aug 1999 07:41:03 +0000
(07:41 +0000)
committer
Gurusamy Sarathy
<gsar@cpan.org>
Mon, 2 Aug 1999 07:41:03 +0000
(07:41 +0000)
p4raw-id: //depot/perl@3873
Configure
patch
|
blob
|
history
diff --git
a/Configure
b/Configure
index
2349842
..
0a6f3f5
100755
(executable)
--- a/
Configure
+++ b/
Configure
@@
-3626,7
+3626,9
@@
fi
: Binary compatibility with 5.005 is not possible for builds
: with advanced features
case "$usethreads$usemultiplicity" in
-*define*) bincompat5005="$undef" ;;
+*define*) bincompat5005="$undef"
+ d_bincompat5005="$undef"
+ ;;
*) $cat <<EOM
Perl 5.006 can be compiled for binary compatibility with 5.005.