mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-01-15 19:01:55 -06:00
ipa-server: fail the build early when DS slapi plugin headers are not available.
Guenther
This commit is contained in:
parent
e9b96cdabb
commit
ea981d3065
@ -24,6 +24,10 @@ dnl ---------------------------------------------------------------------------
|
||||
|
||||
AC_CHECK_HEADER(dirsrv/slapi-plugin.h)
|
||||
|
||||
if test "x$ac_cv_header_dirsrv_slapi_plugin_h" = "xno" ; then
|
||||
AC_MSG_ERROR([Required DS slapi plugin header not available])
|
||||
fi
|
||||
|
||||
dnl ---------------------------------------------------------------------------
|
||||
dnl - Check for KRB5
|
||||
dnl ---------------------------------------------------------------------------
|
||||
|
Loading…
Reference in New Issue
Block a user