diff options
-rwxr-xr-x | Configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -932,7 +932,7 @@ if ($no_asm) if ($threads) { - $config{cflags}=$thread_cflags; + $config{cflags}.=$thread_cflags; push @{$config{openssl_thread_defines}}, @thread_defines; } |