message "NOTE: sudo needs LIBSASL enabled for OpenLDAP support" &&

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

if is_depends_enabled $SPELL openldap; then
  depends LIBSASL
else
  optional_depends LIBSASL '' '' 'for TLS support'
fi &&

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
