X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=configure.in;h=c76cdb8c7a14ebadcef3250f73f1e1bc503af284;hb=97020812015bc142e5b43ec8d6ff7bbf80e36daa;hp=fdbdef06e1016ac17f5758fd18c4c71bff77d464;hpb=f3cdcadf89474e7267d9f8f17d2bac46551b2131;p=openldap diff --git a/configure.in b/configure.in index fdbdef06e1..c76cdb8c7a 100644 --- a/configure.in +++ b/configure.in @@ -547,6 +547,7 @@ BUILD_AUDITLOG=no BUILD_CONSTRAINT=no BUILD_DDS=no BUILD_DENYOP=no +BUILD_DEREF=no BUILD_DYNGROUP=no BUILD_DYNLIST=no BUILD_LASTMOD=no @@ -2846,7 +2847,7 @@ if test "$ol_enable_dds" != no ; then fi if test "$ol_enable_deref" != no ; then - BUILD_DDS=$ol_enable_deref + BUILD_DEREF=$ol_enable_deref if test "$ol_enable_deref" = mod ; then MFLAG=SLAPD_MOD_DYNAMIC SLAPD_DYNAMIC_OVERLAYS="$SLAPD_DYNAMIC_OVERLAYS deref.la" @@ -3086,6 +3087,7 @@ dnl overlays AC_SUBST(BUILD_CONSTRAINT) AC_SUBST(BUILD_DDS) AC_SUBST(BUILD_DENYOP) + AC_SUBST(BUILD_DEREF) AC_SUBST(BUILD_DYNGROUP) AC_SUBST(BUILD_DYNLIST) AC_SUBST(BUILD_LASTMOD)