summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'autoconf')
-rw-r--r--autoconf/ax_openssl.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/autoconf/ax_openssl.m4 b/autoconf/ax_openssl.m4
index cdb3f12..0534e33 100644
--- a/autoconf/ax_openssl.m4
+++ b/autoconf/ax_openssl.m4
@@ -11,7 +11,7 @@ AC_DEFUN([AX_OPENSSL],
OPENSSL_CPPFLAGS="-I$withval/include"
case $host in
*-*-cygwin*|*-mingw32*)
- OPENSSL_LIBS="-L$withval/lib/MinGW -leay32 $withval/lib/MinGW/ssleay32.a"
+ OPENSSL_LIBS="-L$withval/lib/VC -leay32MT $withval/lib/VC/ssleay32MT.lib"
;;
*)
OPENSSL_LIBS="-L$withval/lib -lssl -lcrypto"