case $THIS_SUB_DEPENDS in
  SASL) message "OpenLDAP with SASL support requested, forcing cyrus-sasl dependency" &&
        depends LIBSASL "--with-cyrus-sasl";;
  NTLM) message "OpenLDAP with NTLM support requested, forcing NTLM patch"  &&
        OPENLDAP_NTLM=y ;;
     *) message "${PROBLEM_COLOR}bogus sub_depends: $SPELL $THIS_SUB_DEPENDS${DEFAULT_COLOR}"
        return 1;;
esac
