-
Incident report
-
Resolution: Fixed
-
Trivial
-
None
-
None
-
trunk, revision 6760
config.in, line 1079 has :
AC_MSG_ERROR([Invalid OPENIPMI directory - unable to find ipmiif.h "${found_openipmi}"])
this results in the followinf message when openipmi development libs are not installed :
configure: error: Invalid OPENIPMI directory - unable to find ipmiif.h "no"
that "no" looks out of place, it should probably be simply removed