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

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

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

suggest_depends TEXT-EDITOR
