mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-03 13:40:37 -05:00
Fix typo $ol_link_thread -> $ol_link_threads
This commit is contained in:
parent
657da89181
commit
8d79695a66
1 changed files with 1 additions and 1 deletions
|
|
@ -2741,7 +2741,7 @@ if test "$ol_enable_relay" != no ; then
|
|||
fi
|
||||
|
||||
if test "$ol_enable_shell" != no ; then
|
||||
if test "$ol_link_thread" != no ; then
|
||||
if test "$ol_link_threads" != no ; then
|
||||
AC_MSG_WARN([Use of --without-threads is recommended with back-shell])
|
||||
fi
|
||||
BUILD_SLAPD=yes
|
||||
|
|
|
|||
Loading…
Reference in a new issue