mirror of https://github.com/OpenVPN/openvpn-gui
find crypto library when name is libcrypto
parent
b971f6f311
commit
f5cd631970
|
@ -24,7 +24,7 @@ AX_ASSERT_LIB([comctl32], [prsht.h],
|
||||||
[PROPSHEETHEADER psh; PropertySheet(&psh)],
|
[PROPSHEETHEADER psh; PropertySheet(&psh)],
|
||||||
[Make sure you have a recent w32api installed.], [#include <windows.h>])
|
[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()])
|
[openssl/pkcs12.h], [EVP_PKEY *k = EVP_PKEY_new()])
|
||||||
|
|
||||||
AC_CONFIG_FILES([Makefile])
|
AC_CONFIG_FILES([Makefile])
|
||||||
|
|
Loading…
Reference in New Issue