mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-26 14:03:49 +03:00
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 <jtomko@redhat.com> Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
This commit is contained in:
parent
21c03d4fe6
commit
4e75b0a00f
@ -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],[
|
||||
|
Loading…
x
Reference in New Issue
Block a user