case "$THIS_SUB_DEPENDS" in
(LIBRARY)
  if ! list_find "$BLUEZ5_OPTS" --enable-library; then
    message "Requested $SPELL with library, forcing it" &&
    list_remove BLUEZ5_OPTS --disable-library &&
    list_add BLUEZ5_OPTS --enable-library
  fi
  ;;
(*)
  message "${PROBLEM_COLOR}bogus sub_depends: $SPELL" \
    "$THIS_SUB_DEPENDS$DEFAULT_COLOR"
  return 1
  ;;
esac
