From: Ján Tomko Date: Wed, 3 Apr 2019 00:44:17 +0000 (+0200) Subject: build: drop check for SASL1 X-Git-Tag: v5.3.0-rc1~285 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4e75b0a00fb4;p=thirdparty%2Flibvirt.git build: drop check for SASL1 Even Debian 8 which we no longer support has 2.1.26. https://repology.org/project/cyrus-sasl/versions Signed-off-by: Ján Tomko Reviewed-by: Daniel P. Berrangé --- diff --git a/m4/virt-sasl.m4 b/m4/virt-sasl.m4 index 6ef24fd4b9..7ab9b2c368 100644 --- a/m4/virt-sasl.m4 +++ b/m4/virt-sasl.m4 @@ -22,10 +22,7 @@ AC_DEFUN([LIBVIRT_ARG_SASL],[ ]) AC_DEFUN([LIBVIRT_CHECK_SASL],[ - LIBVIRT_CHECK_LIB_ALT([SASL], [sasl2], - [sasl_client_init], [sasl/sasl.h], - [SASL1], [sasl], - [sasl_client_init], [sasl/sasl.h]) + LIBVIRT_CHECK_LIB([SASL], [sasl2], [sasl_client_init], [sasl/sasl.h]) ]) AC_DEFUN([LIBVIRT_RESULT_SASL],[