if ! grep -q "objc" "$DEPENDS_CONFIG/gcc"
then
   message ${PROBLEM_COLOR} GCC is not cast with objc enabled. Please recast GCC and enable the objc configure option. ${DEFAULT_COLOR}
   return 1
fi
