summaryrefslogtreecommitdiffstats
path: root/Configure
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>2000-02-18 11:35:10 +0000
committerBodo Möller <bodo@openssl.org>2000-02-18 11:35:10 +0000
commite5b4462f47776bd682dc1042abe6192ddf999654 (patch)
tree7cfcde452e193e7bbf0018e70d41a26285a7a8c2 /Configure
parent26dc267f8c2bbb146b02e1055049e6cdedf0bbb3 (diff)
Stay compatible to older Perl5 releases (see diff -r1.11 -r1.12).
Diffstat (limited to 'Configure')
-rwxr-xr-xConfigure3
1 files changed, 2 insertions, 1 deletions
diff --git a/Configure b/Configure
index 09997b747b..884893f179 100755
--- 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//)
{