Remove unnecessary conditional for automake

This commit is contained in:
Naoki Ikeguchi 2022-01-22 22:43:32 +09:00 committed by Andrew Gaul
parent 581f5c0356
commit 451602e58d
1 changed files with 0 additions and 3 deletions

View File

@ -232,9 +232,6 @@ 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 ----------------------------------------------