if  spell_ok  python;  then
   if  !  grep  -q  "python:expat:on:optional:"  $DEPENDS_STATUS;  then
      message  "${PROBLEM_COLOR}python is not cast with expat enabled."  \
               "Please recast python and enable the expat optional"      \
               "depends.${DEFAULT_COLOR}"
      return 1
   fi
else
   message  "${QUERY_COLOR}Please enable expat during the python configure"  \              "or casting will hang.${DEFAULT_COLOR}"                          &&
   sleep 5 
fi
