>>>>> "A" == Athanasopoulos  <elias.athanasopoulos / gmail.com> writes:

A> So, checking in the Makefile will not help.

 This is bdb


static VALUE
bdb_indexes(int argc, VALUE *argv, VALUE obj)
{
    VALUE indexes;
    int i;

#if HAVE_RB_ARY_VALUES_AT
    rb_warn("Common#%s is deprecated; use Common#values_at",
#if HAVE_RB_FRAME_THIS_FUNC
            rb_id2name(rb_frame_this_func()));
#else
            rb_id2name(rb_frame_last_func()));
#endif
#endif



Guy Decoux