Description
If I install a custom protobuf into /opt/protobuf, I should be able to pass --with-protobuf=/opt/protobuf to configure the build to use it.
On OS X, this fails:
... checking google/protobuf/message.h usability... yes checking google/protobuf/message.h presence... yes checking for google/protobuf/message.h... yes checking for _init in -lprotobuf... no configure: error: cannot find protobuf ------------------------------------------------------------------- You have requested the use of a non-bundled protobuf but no suitable protobuf could be found. You may want specify the location of protobuf by providing a prefix path via --with-protobuf=DIR, or check that the path you provided is correct if youre already doing this. -------------------------------------------------------------------