Disable compiling polyfills in not MSYS2 env

This commit is contained in:
Naoki Ikeguchi
2022-01-14 00:33:18 +09:00
committed by Andrew Gaul
parent 807ea52ba7
commit b2c659c0a6
2 changed files with 15 additions and 5 deletions

View File

@ -232,6 +232,9 @@ AM_CONDITIONAL([USE_SSL_GNUTLS], [test "$auth_lib" = gnutls -o "$auth_lib" = net
AM_CONDITIONAL([USE_GNUTLS_NETTLE], [test "$auth_lib" = nettle])
AM_CONDITIONAL([USE_SSL_NSS], [test "$auth_lib" = nss])
AC_CANONICAL_HOST
AM_CONDITIONAL([MSYS], [test "$host_os" = "msys"])
dnl ----------------------------------------------
dnl check functions
dnl ----------------------------------------------