summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorNalin Dahyabhai <nalin@redhat.com>2012-01-10 18:56:43 -0500
committerNalin Dahyabhai <nalin@redhat.com>2012-01-10 18:56:43 -0500
commit7d3cbf98e0c6df6ce1b5ea4e75772d63f787e186 (patch)
tree75c2cfebc9cffa70d0b818c72e0e9178fdb71eaa /configure.ac
parentf8a2dc000f52e9abb63a86bdc99d89adb44f3808 (diff)
downloadslapi-nis-7d3cbf98e0c6df6ce1b5ea4e75772d63f787e186.tar.gz
slapi-nis-7d3cbf98e0c6df6ce1b5ea4e75772d63f787e186.tar.xz
slapi-nis-7d3cbf98e0c6df6ce1b5ea4e75772d63f787e186.zip
- whoops, fix that check
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac9
1 files changed, 9 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 10adf35..962ed4a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -116,11 +116,20 @@ dirsrv)
#ifdef HAVE_DECL_SLAPI_PLUGIN_BE_TXN_POST_MODIFY_FN
#ifdef HAVE_DECL_SLAPI_PLUGIN_BE_TXN_POST_MODRDN_FN
#ifdef HAVE_DECL_SLAPI_PLUGIN_BE_TXN_POST_DELETE_FN
+#if HAVE_DECL_SLAPI_PLUGIN_BE_TXN_POST_ADD_FN
+#if HAVE_DECL_SLAPI_PLUGIN_BE_TXN_POST_MODIFY_FN
+#if HAVE_DECL_SLAPI_PLUGIN_BE_TXN_POST_MODRDN_FN
+#if HAVE_DECL_SLAPI_PLUGIN_BE_TXN_POST_DELETE_FN
/* Define to update our data after commits rather than after all modifications. */
#define USE_SLAPI_BE_TXNS 1
#endif
#endif
#endif
+#endif
+#endif
+#endif
+#endif
+#endif
#endif])
CFLAGS="$saved_CFLAGS"
LIBS="$saved_LIBS"