]> git.sur5r.net Git - openldap/commitdiff
ITS#6311 fix --enable-deref
authorHoward Chu <hyc@openldap.org>
Tue, 29 Sep 2009 23:53:43 +0000 (23:53 +0000)
committerHoward Chu <hyc@openldap.org>
Tue, 29 Sep 2009 23:53:43 +0000 (23:53 +0000)
configure.in

index fdbdef06e1016ac17f5758fd18c4c71bff77d464..c76cdb8c7a14ebadcef3250f73f1e1bc503af284 100644 (file)
@@ -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)