message "NOTE: sudo needs OpenLDAP with cyrus-sasl support enabled" &&

optional_depends openldap \
                 "--with-ldap" \
                 "--without-ldap" \
                 "for LDAP support" &&

#if is_depends_enabled $SPELL openldap; then
#  depends -sub SASL openldap
#fi &&
optional_depends cyrus-sasl \
                 '' \
                 '' \
                 'for TLS support' &&

optional_depends libselinux \
                 "--with-selinux" \
                 "--without-selinux" \
                 "for SELinux support" &&

optional_depends linux-pam \
                 "--with-pam" \
                 "--without-pam" \
                 "for optional pluggable authentication" &&

optional_depends SENDMAIL \
                 "--with-sendmail" \
                 "--without-sendmail" \
                 "for Sendmail usage" &&

suggest_depends TEXT-EDITOR
