mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 08:39:37 -05:00
Remove variable AC_glue, set from the deleted configure variable BUILD_GLUE.
This commit is contained in:
parent
05f5c7525b
commit
262c8cd5b5
2 changed files with 1 additions and 3 deletions
|
|
@ -34,7 +34,6 @@ AC_relay=relay@BUILD_RELAY@
|
|||
AC_sql=sql@BUILD_SQL@
|
||||
|
||||
# overlays
|
||||
AC_glue=glue@BUILD_GLUE@
|
||||
AC_pcache=pcache@BUILD_PROXYCACHE@
|
||||
AC_ppolicy=ppolicy@BUILD_PPOLICY@
|
||||
AC_refint=refint@BUILD_REFINT@
|
||||
|
|
@ -52,7 +51,7 @@ AC_WITH_MODULES_ENABLED=@WITH_MODULES_ENABLED@
|
|||
AC_ACI_ENABLED=aci@WITH_ACI_ENABLED@
|
||||
|
||||
export AC_bdb AC_hdb AC_ldap AC_ldbm AC_meta AC_monitor AC_relay AC_sql
|
||||
export AC_glue AC_pcache AC_ppolicy AC_refint AC_retcode AC_rwm AC_unique AC_syncprov
|
||||
export AC_pcache AC_ppolicy AC_refint AC_retcode AC_rwm AC_unique AC_syncprov
|
||||
export AC_translucent AC_WITH_SASL AC_WITH_TLS AC_WITH_MODULES_ENABLED AC_ACI_ENABLED
|
||||
export AC_valsort
|
||||
|
||||
|
|
|
|||
|
|
@ -41,7 +41,6 @@ sed -e "s/@BACKEND@/${BACKEND}/" \
|
|||
-e "s/^#${AC_relay}#//" \
|
||||
-e "s/^#${AC_sql}#//" \
|
||||
-e "s/^#${RDBMS}#//" \
|
||||
-e "s/^#${AC_glue}#//" \
|
||||
-e "s/^#${AC_pcache}#//" \
|
||||
-e "s/^#${AC_ppolicy}#//" \
|
||||
-e "s/^#${AC_refint}#//" \
|
||||
|
|
|
|||
Loading…
Reference in a new issue