Disable slapi by default (for now)

Rebuild configure
This commit is contained in:
Kurt Zeilenga 2002-12-07 18:52:55 +00:00
parent e9ab2f8d06
commit a444626d99
2 changed files with 994 additions and 846 deletions

1838
configure vendored

File diff suppressed because it is too large Load Diff

View File

@ -186,7 +186,7 @@ OL_ARG_ENABLE(rlookups,[ --enable-rlookups enable reverse lookups of client
OL_ARG_ENABLE(slp, [ --enable-slp enable SLPv2 support], no)dnl
OL_ARG_ENABLE(wrappers,[ --enable-wrappers enable tcp wrapper support], no)dnl
OL_ARG_ENABLE(slapi,[ --enable-slapi enable installation of slapi library], yes)dnl
OL_ARG_ENABLE(slapi,[ --enable-slapi enable installation of slapi library], no)dnl
dnl SLAPD Backend options
OL_ARG_ENABLE(bdb,[ --enable-bdb enable Berkeley DB backend], yes)dnl