From f5cd631970435dff6073422b6ad731df60b23e97 Mon Sep 17 00:00:00 2001 From: Heiko Hund Date: Thu, 11 Mar 2010 09:50:56 +0100 Subject: [PATCH] find crypto library when name is libcrypto --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 892ebbb..4d2532d 100644 --- a/configure.ac +++ b/configure.ac @@ -24,7 +24,7 @@ AX_ASSERT_LIB([comctl32], [prsht.h], [PROPSHEETHEADER psh; PropertySheet(&psh)], [Make sure you have a recent w32api installed.], [#include ]) -AX_SEARCH_LIB([crypto], [cryptoeay32 eay32], [-lgdi32], +AX_SEARCH_LIB([crypto], [cryptoeay32 eay32 crypto], [-lgdi32], [openssl/pkcs12.h], [EVP_PKEY *k = EVP_PKEY_new()]) AC_CONFIG_FILES([Makefile])