mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-26 17:49:59 -05:00
Fix last commit, and also define AC_ldif
This commit is contained in:
parent
dba33ec04c
commit
525f1cafb8
1 changed files with 5 additions and 2 deletions
|
|
@ -23,13 +23,16 @@ EGREP_CMD="@EGREP@"
|
|||
|
||||
export SRCDIR TOPSRCDIR LN_S EGREP_CMD
|
||||
|
||||
# backends
|
||||
# backends known to ./run -b <backend> (used to deduce $BACKENDTYPE)
|
||||
AC_bdb=@BUILD_BDB@
|
||||
AC_hdb=@BUILD_HDB@
|
||||
AC_ldif=yes
|
||||
AC_null=@BUILD_NULL@
|
||||
|
||||
# other backends
|
||||
AC_ldap=ldap@BUILD_LDAP@
|
||||
AC_meta=meta@BUILD_META@
|
||||
AC_monitor=@BUILD_MONITOR@
|
||||
AC_null=null@BUILD_NULL@
|
||||
AC_relay=relay@BUILD_RELAY@
|
||||
AC_sql=sql@BUILD_SQL@
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue