mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 16:49:39 -05:00
ITS#6311 fix --enable-deref
This commit is contained in:
parent
e6fc72d3c6
commit
dfbc114bfe
1 changed files with 3 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue