=begin
Then help for configure should be updated, in current state it indicates that it's just one path:
--with-opt-dir=DIR add optional headers and libraries DIR
Also adding support for multiple --with-opt-dir= would be awesome, so it would be easy to put multiple dirs without parsing if --with-opt-dir= was already specified.
=end
This issue was solved with changeset r37242.
Michal, thank you for reporting this issue.
Your contribution to Ruby is greatly appreciated.
May Ruby be with you.
configure.in: multiple opt-dir
configure.in (opt-dir): allow multiple directories separated by
$PATH_SEPARATOR as well as dir_config in mkmf.rb. [ruby-core:47868]
[Bug #7120]
This issue was solved with changeset r37266.
Michal, thank you for reporting this issue.
Your contribution to Ruby is greatly appreciated.
May Ruby be with you.