mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-21 07:09:34 -05:00
Fix minor typo in configure.in
This commit is contained in:
parent
65acab0edd
commit
a484698daa
2 changed files with 155 additions and 148 deletions
|
|
@ -1857,7 +1857,7 @@ dnl
|
||||||
ol_link_sasl=no
|
ol_link_sasl=no
|
||||||
ol_link_spasswd=no
|
ol_link_spasswd=no
|
||||||
if test $ol_with_cyrus_sasl != no ; then
|
if test $ol_with_cyrus_sasl != no ; then
|
||||||
AC_CHECK_HEADER(sasl.h)
|
AC_CHECK_HEADERS(sasl.h)
|
||||||
|
|
||||||
if test $ac_cv_header_sasl_h = yes ; then
|
if test $ac_cv_header_sasl_h = yes ; then
|
||||||
AC_CHECK_LIB(sasl, sasl_client_init,
|
AC_CHECK_LIB(sasl, sasl_client_init,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue