mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
ipa-server: fail the build early when DS slapi plugin headers are not available.
Guenther
This commit is contained in:
committed by
Simo Sorce
parent
e9b96cdabb
commit
ea981d3065
@@ -24,6 +24,10 @@ dnl ---------------------------------------------------------------------------
|
|||||||
|
|
||||||
AC_CHECK_HEADER(dirsrv/slapi-plugin.h)
|
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 ---------------------------------------------------------------------------
|
||||||
dnl - Check for KRB5
|
dnl - Check for KRB5
|
||||||
dnl ---------------------------------------------------------------------------
|
dnl ---------------------------------------------------------------------------
|
||||||
|
|||||||
Reference in New Issue
Block a user