Code

Use pkg-config to configure grpc plugin
authorRuben Kerkhof <ruben@rubenkerkhof.com>
Sat, 30 Jul 2016 11:52:14 +0000 (13:52 +0200)
committerRuben Kerkhof <ruben@rubenkerkhof.com>
Mon, 1 Aug 2016 09:52:34 +0000 (11:52 +0200)
commitaab18e7e241037235293cb1507d1f0ab17f13433
tree4b58ac905748decbd9930ad00f3aeb2d08261b9c
parentb599cc64d3ba270fb9fb7116631a01b7404f1a9b
Use pkg-config to configure grpc plugin

- Check for libgrpc++ instead of libgrpc
- Add check for libprotobuf
- Add configure options --with-libgrpc++, --with-libprotobuf and --with-libprotobuf-c
- Add precious variable PROTOC for path to the protoc compiler
- Add precious variable PROTOC_C for path to the protoc-c compiler
- Add precious variable GRPC_CPP_PLUGIN for path to the grpc_cpp_plugin binary

Fixes #1817
configure.ac
src/Makefile.am