From 451602e58d2a8c148f253f73b273583bb3d90724 Mon Sep 17 00:00:00 2001 From: Naoki Ikeguchi Date: Sat, 22 Jan 2022 22:43:32 +0900 Subject: [PATCH] Remove unnecessary conditional for automake --- configure.ac | 3 --- 1 file changed, 3 deletions(-) diff --git a/configure.ac b/configure.ac index 202543b..a21f85c 100644 --- a/configure.ac +++ b/configure.ac @@ -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 ----------------------------------------------