if [[ ! -d /proc/acpi ]]; then
  message "${PROBLEM_COLOR}"
  message "WARNING: Your current kernel does not have ACPI support enabled. In"
  message "order to be able to use the Advanced Configuration and Power"
  message "Interface support you need to recompile your kernel with ACPI."
  message "${DEFAULT_COLOR}"
fi
