mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-03-07 14:18:15 +08:00
Fix typos in static overlay config
This commit is contained in:
parent
5d0f6e75b4
commit
95c5e54031
@ -815,15 +815,15 @@ else
|
||||
ol_with_sql_module=static
|
||||
if test $ol_with_dyngroup = mod ; then
|
||||
AC_MSG_WARN([building static dyngroup overlay])
|
||||
ol_with_dyngroup = yes
|
||||
ol_with_dyngroup=yes
|
||||
fi
|
||||
if test $ol_with_proxycache = mod ; then
|
||||
AC_MSG_WARN([building static proxycache overlay])
|
||||
ol_with_proxycache = yes
|
||||
ol_with_proxycache=yes
|
||||
fi
|
||||
if test $ol_with_rwm = mod ; then
|
||||
AC_MSG_WARN([building static rwm overlay])
|
||||
ol_with_rwm = yes
|
||||
ol_with_rwm=yes
|
||||
fi
|
||||
fi
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user