diff options
-rw-r--r-- | crypto/Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/crypto/Makefile.am b/crypto/Makefile.am index 91c58db..171d662 100644 --- a/crypto/Makefile.am +++ b/crypto/Makefile.am | |||
@@ -14,6 +14,10 @@ libcrypto_la_CFLAGS = $(CFLAGS) $(USER_CFLAGS) | |||
14 | libcrypto_la_CFLAGS += -DOPENSSL_NO_HW_PADLOCK | 14 | libcrypto_la_CFLAGS += -DOPENSSL_NO_HW_PADLOCK |
15 | if OPENSSL_NO_ASM | 15 | if OPENSSL_NO_ASM |
16 | libcrypto_la_CFLAGS += -DOPENSSL_NO_ASM | 16 | libcrypto_la_CFLAGS += -DOPENSSL_NO_ASM |
17 | else | ||
18 | if HOST_WIN | ||
19 | libcrypto_la_CFLAGS += -DOPENSSL_NO_ASM | ||
20 | endif | ||
17 | endif | 21 | endif |
18 | 22 | ||
19 | noinst_LTLIBRARIES = libcompat.la libcompatnoopt.la | 23 | noinst_LTLIBRARIES = libcompat.la libcompatnoopt.la |