ipa-server: fail the build early when DS slapi plugin headers are not available.

Guenther
This commit is contained in:
Günther Deschner
2008-06-11 15:30:38 +02:00
committed by Simo Sorce
parent e9b96cdabb
commit ea981d3065

View File

@@ -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 ---------------------------------------------------------------------------