summaryrefslogtreecommitdiffstats
path: root/ipa-server/configure.ac
diff options
context:
space:
mode:
authorGünther Deschner <gdeschner@redhat.com>2008-06-11 15:30:38 +0200
committerSimo Sorce <ssorce@redhat.com>2008-06-11 11:33:16 -0400
commitea981d306565eb78642737c5a2d6aca30be21afa (patch)
tree9d24ff2792afe463b1a452423ed095c6ad8d9c98 /ipa-server/configure.ac
parente9b96cdabbbc1855fd38f5426d5e07d9284599dc (diff)
downloadfreeipa-ea981d306565eb78642737c5a2d6aca30be21afa.tar.gz
freeipa-ea981d306565eb78642737c5a2d6aca30be21afa.tar.xz
freeipa-ea981d306565eb78642737c5a2d6aca30be21afa.zip
ipa-server: fail the build early when DS slapi plugin headers are not available.
Guenther
Diffstat (limited to 'ipa-server/configure.ac')
-rw-r--r--ipa-server/configure.ac4
1 files changed, 4 insertions, 0 deletions
diff --git a/ipa-server/configure.ac b/ipa-server/configure.ac
index a749098dc..03a86d19f 100644
--- a/ipa-server/configure.ac
+++ b/ipa-server/configure.ac
@@ -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 ---------------------------------------------------------------------------