if [ ! -e /usr/include/cairo/cairo-tee.h ] ; then
  message "${PROBLEM_COLOR}Run:  ${MODULE_COLOR}lin -c cairo"
  message "${MESSAGE_COLOR}To recompile cairo with tee support, which is required by Thunderbird.${DEFAULT_COLOR}"
  exit 1
fi

default_pre_build
