Stay compatible to older Perl5 releases (see diff -r1.11 -r1.12).
authorBodo Möller <bodo@openssl.org>
Fri, 18 Feb 2000 11:35:10 +0000 (11:35 +0000)
committerBodo Möller <bodo@openssl.org>
Fri, 18 Feb 2000 11:35:10 +0000 (11:35 +0000)
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//)
                        {