diff --git a/Configure b/Configure index 6d36ae1a6..e1d198935 100755 --- a/Configure +++ b/Configure @@ -932,7 +932,7 @@ if ($no_asm) if ($threads) { - $config{cflags}=$thread_cflags; + $config{cflags}.=$thread_cflags; push @{$config{openssl_thread_defines}}, @thread_defines; }