find crypto library when name is libcrypto

pull/1/head
Heiko Hund 2010-03-11 09:50:56 +01:00
parent b971f6f311
commit f5cd631970
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ AX_ASSERT_LIB([comctl32], [prsht.h],
[PROPSHEETHEADER psh; PropertySheet(&psh)],
[Make sure you have a recent w32api installed.], [#include <windows.h>])
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])