[libvirt] [PATCH 2/2] m4: sasl: Use pkg-config

Andrea Bolognani abologna at redhat.com
Thu Apr 11 16:35:04 UTC 2019


Since commit 4e75b0a00fb4 we support SASL 2.1.26 and newer
releases only, all of which ship a .pc file. Using pkg-config
allows FreeBSD builds to pick up the dependency automatically.

Signed-off-by: Andrea Bolognani <abologna at redhat.com>
---
 m4/virt-sasl.m4 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/m4/virt-sasl.m4 b/m4/virt-sasl.m4
index 7ab9b2c368..674e169350 100644
--- a/m4/virt-sasl.m4
+++ b/m4/virt-sasl.m4
@@ -22,7 +22,7 @@ AC_DEFUN([LIBVIRT_ARG_SASL],[
 ])
 
 AC_DEFUN([LIBVIRT_CHECK_SASL],[
-  LIBVIRT_CHECK_LIB([SASL], [sasl2], [sasl_client_init], [sasl/sasl.h])
+  LIBVIRT_CHECK_PKG([SASL], [libsasl2], [2.1.26])
 ])
 
 AC_DEFUN([LIBVIRT_RESULT_SASL],[
-- 
2.20.1




More information about the libvir-list mailing list