Browse Source

find crypto library when name is libcrypto

pull/1/head
Heiko Hund 15 years ago
parent
commit
f5cd631970
  1. 2
      configure.ac

2
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 <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])

Loading…
Cancel
Save