but running make on the Makefile with `CONFIG=msan` fails during probobuf build with:
checking zlib version... ok (1.2.0.4 or later)
checking for library containing zlibVersion... no
checking whether clang++ supports C++11 features by default... no
checking whether clang++ supports C++11 features with -std=c++11... no
checking whether clang++ supports C++11 features with +std=c++11... no
checking whether clang++ supports C++11 features with -h std=c++11... no
checking whether clang++ supports C++11 features with -std=c++0x... no
checking whether clang++ supports C++11 features with +std=c++0x... no
checking whether clang++ supports C++11 features with -h std=c++0x... no
configure: error: *** A compiler with support for C++11 language features is required.
Makefile:794: recipe for target '/var/dev/github/grpc/libs/msan/protobuf/libprotobuf.a' failed
make: *** [/var/dev/github/grpc/libs/msan/protobuf/libprotobuf.a] Error 1
searching around brought up some old posts that might be related, e.g.: