Don't define platform-dependent preprocessor symbols for OPENSSL_THREAD_DEFINES. "make update".
diff --git a/Configure b/Configure index cfa06fa..5a46712 100755 --- a/Configure +++ b/Configure
@@ -554,14 +554,14 @@ { $thread_cflags="-DTHREADS $thread_cflag $cflags"; $thread_defines .= "#define THREADS\n"; - my $def; - foreach $def (split ' ',$thread_cflag) - { - if ($def =~ s/^-D// && $def !~ /^_/) - { - $thread_defines .= "#define $def\n"; - } - } +# my $def; +# foreach $def (split ' ',$thread_cflag) +# { +# if ($def =~ s/^-D// && $def !~ /^_/) +# { +# $thread_defines .= "#define $def\n"; +# } +# } } $lflags="$libs$lflags"if ($libs ne "");