if ! kernel_option_present CONFIG_INOTIFY_USER ; then
  message "${PROBLEM_COLOR}PROBLEM: ${MODULE_COLOR}cronie${DEFAULT_COLOR} detected incompatible kernel options!"
  message "Please verify that CONFIG_INOTIFY_USER is enabled."
  message ""
  message "Then recompile your kernel and try 'lin -c cronie' again."
  message ""
  exit 1
fi

default_pre_build
