Digital-Chaos removed a comment on issue #331: Fix build with unbundled ELFIO URL: https://github.com/apache/mesos/pull/331#issuecomment-481487502 Fixes autoconf error when detecting unbundled elfio headers when building with the `--with-elfio` flag. Autoconf is incorrectly looking for an `elfio.h` rather than the `elfio.hpp` C++ header. ``` checking elfio/elfio.h usability... no checking elfio/elfio.h presence... no checking for elfio/elfio.h... no configure: error: Cannot find the ELFIO headers ```
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
