diff options
author | Bodo Möller <bodo@openssl.org> | 2000-02-24 19:19:50 +0100 |
---|---|---|
committer | Bodo Möller <bodo@openssl.org> | 2000-02-24 19:19:50 +0100 |
commit | a7b991bd68d16c65b4bc9616e0af3376e9670fe0 (patch) | |
tree | e268467755806db6ffcf22f999b1343746e6ea8f /Configure | |
parent | EGD socket info. (diff) | |
download | openssl-a7b991bd68d16c65b4bc9616e0af3376e9670fe0.tar.xz openssl-a7b991bd68d16c65b4bc9616e0af3376e9670fe0.zip |
Don't define platform-dependent preprocessor symbols for OPENSSL_THREAD_DEFINES.
"make update".
Diffstat (limited to 'Configure')
-rwxr-xr-x | Configure | 16 |
1 files changed, 8 insertions, 8 deletions
@@ -554,14 +554,14 @@ else { $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 ""); |