-
Type:
Incident report
-
Resolution: Fixed
-
Priority:
Trivial
-
Affects Version/s: None
-
Component/s: Installation (I)
-
None
-
Environment: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