projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
26dc267
)
Stay compatible to older Perl5 releases (see diff -r1.11 -r1.12).
author
Bodo Möller
<bodo@openssl.org>
Fri, 18 Feb 2000 11:35:10 +0000
(11:35 +0000)
committer
Bodo Möller
<bodo@openssl.org>
Fri, 18 Feb 2000 11:35:10 +0000
(11:35 +0000)
Configure
patch
|
blob
|
history
diff --git
a/Configure
b/Configure
index 09997b747b106e35d4dfc4786a18b15be4496d8e..884893f1792017718b99b34e748fdaf2eb9cc036 100755
(executable)
--- a/
Configure
+++ b/
Configure
@@
-546,7
+546,8
@@
else
{
$thread_cflags="-DTHREADS $thread_cflag $cflags";
$thread_defines .= "#define THREADS\n";
- foreach my $def (split ' ',$thread_cflag)
+ my $def;
+ foreach $def (split ' ',$thread_cflag)
{
if ($def =~ s/^-D//)
{