From: Andres Mejia Date: Sun, 3 Feb 2013 06:49:21 +0000 (-0500) Subject: Make sure to check for Windows crypto functions for both mingw and cygwin. X-Git-Tag: v3.1.2~22 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=75479dd12be51a0c3d0cbfeeaa98ed4f2a9fda0e;p=thirdparty%2Flibarchive.git Make sure to check for Windows crypto functions for both mingw and cygwin. --- diff --git a/configure.ac b/configure.ac index 43f104852..e7f6c9df6 100644 --- a/configure.ac +++ b/configure.ac @@ -693,7 +693,7 @@ main(int argc, char **argv) ]) case "$host_os" in - *mingw* ) + *mingw* | *cygwin*) CRYPTO_CHECK_WIN(MD5, CALG_MD5) CRYPTO_CHECK_WIN(SHA1, CALG_SHA1) CRYPTO_CHECK_WIN(SHA256, CALG_SHA_256)