google/crush-tools

Check for presence of Perl modules at configure time

Closed this issue · 1 comments

Some of the apps written in Perl have dependencies on other modules that 
may not be present.  configure.ac should check for these and either a) 
fail; or b) conditionally skip building/installing scripts whose 
dependencies are not met.

Original issue reported on code.google.com by jeremy.h...@gmail.com on 18 Jul 2008 at 4:19

Fixed in r291 for DBI and Date::Calc dependencies.  Affects dbstream, 
dates_in_range,
and deltadays.

Original comment by jeremy.h...@gmail.com on 23 Jul 2008 at 4:09

  • Changed state: Fixed