mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2026-07-29 23:58:23 -05:00
server: make sure we test for sss_nss_getlistbycert
Fixes https://pagure.io/freeipa/issue/6828 Reviewed-By: Christian Heimes <cheimes@redhat.com> Reviewed-By: Tomas Krizek <tkrizek@redhat.com>
This commit is contained in:
@@ -29,6 +29,11 @@ DIRSRV_CFLAGS="$DIRSRV_CFLAGS $NSPR_CFLAGS"
|
||||
dnl -- sss_idmap is needed by the extdom exop --
|
||||
PKG_CHECK_MODULES([SSSIDMAP], [sss_idmap])
|
||||
PKG_CHECK_MODULES([SSSNSSIDMAP], [sss_nss_idmap >= 1.15.2])
|
||||
AC_CHECK_LIB([sss_nss_idmap],
|
||||
[sss_nss_getlistbycert],
|
||||
[],
|
||||
[AC_MSG_ERROR([Required sss_nss_getlistbycert symbol in sss_nss_idmap not found])],
|
||||
[])
|
||||
|
||||
dnl -- sss_certmap and certauth.h are needed by the IPA KDB certauth plugin --
|
||||
PKG_CHECK_EXISTS([sss_certmap],
|
||||
|
||||
Reference in New Issue
Block a user