Fix minor typo in configure.in

This commit is contained in:
Kurt Zeilenga 2000-08-30 00:03:25 +00:00
parent 65acab0edd
commit a484698daa
2 changed files with 155 additions and 148 deletions

301
configure vendored

File diff suppressed because it is too large Load diff

View file

@ -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,