As far as I have researched, it is just to let the user know what arguments were used to configure. So, I think I shall leave it untouched.
I have tested mongrel also. Works fine. I have updated the webrev. http://cr.opensolaris.org/~gs193864/cr6705310 Thanks, Gopal. Jyri Virkki wrote: > Gopalakrishnan Sankaran wrote: > >> Gems that have been tested : >> >> - Postgres >> - Mysql >> - Eventmachine >> > > How about mongrel, since there was just a discussion thread about it, > would be good to test it out. > > >> The configure_args value in rbconfig.rb is just to indicate what options >> have been used to build ruby. I am perfectly fine without changing that >> line (of course, the line would then have incorrect paths, for ex, the >> sun studio path of the build env). >> > > Is there any scenario where the content of configure_args is used or > it purely informational (for human eyes only)? > > If it is never used, probably less bad to just leave it alone so it'll > have the correct config options. > > >